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