Search found 1 match
- 16 Nov 2009, 07:08
- Forum: CAD .NET
- Topic: SelectedEntities in the different versions
- Replies: 1
- Views: 10326
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 =...