Selects or deselects all annotation elements for the specific layer.
Visual Basic |
---|
Public Sub PrgSelectAll( _ ByVal layerHandle As Long, _ ByVal bSelect As Boolean _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- bSelect
- If true all of the elements are selected. If false all of the elements are deselected.