SelectedEntities in the different versions
Moderators: SDS, support, admin
SelectedEntities in the different versions
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.
Re: SelectedEntities in the different versions
Hello.
The code sample will work in standard edition too. The help system includes CADImport.Professional section. It contains description of the professional edition elements. All other sections relate to both CAD Import .NET versions.
Alexander.
The code sample will work in standard edition too. The help system includes CADImport.Professional section. It contains description of the professional edition elements. All other sections relate to both CAD Import .NET versions.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support