Gets the next selected element in an enumeration sequence of selected elements for the specific layer.
Visual Basic |
---|
Public Function PrgGetNextSelected( _ ByVal layerHandle As Long _ ) As Long |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
The sequence number of the next selected element. If there are no more items, this method returns 0.
To start the calling sequence, call PrgGetFirstSelected.