SelectedEntities in the different versions
Posted: 16 Nov 2009, 07:08
Does the following code work in the standard edition or just the Professional?
Dim SL AsSortedList, sTest As String = "", sKey As String, sItemType As String
SL = cadImageFld.SelectedEntities
For ICnt As Integer = 0 To cadImageFld.SelectEntitiesCount - 1
sKey = SL.GetKey(ICnt).ToString()
sItemType = SL.GetByIndex(ICnt).ToString()
sTest &= "Key is:" & sKey & " Item is " & sItemType & vbCrLf
Next
Also, Is there a help file that only applies to the Standard edition?
Thank you very much , Mark B.
Dim SL AsSortedList, sTest As String = "", sKey As String, sItemType As String
SL = cadImageFld.SelectedEntities
For ICnt As Integer = 0 To cadImageFld.SelectEntitiesCount - 1
sKey = SL.GetKey(ICnt).ToString()
sItemType = SL.GetByIndex(ICnt).ToString()
sTest &= "Key is:" & sKey & " Item is " & sItemType & vbCrLf
Next
Also, Is there a help file that only applies to the Standard edition?
Thank you very much , Mark B.