Page 1 of 1

SelectedEntities in the different versions

Posted: 16 Nov 2009, 07:08
by MartyBob
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.

Re: SelectedEntities in the different versions

Posted: 17 Nov 2009, 17:09
by support
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.