Selects the feature at the specified location.
object.Select ( pLayer [,Bookmark] ) |
- pLayer
- Required. The Layer that contains the feature to select.
- Bookmark
- Optional. A Long that specifies the bookmark of the feature to select. Return Value
Boolean
Layer is the layer containing the feature to select. If the specified layer is not editable, the Select method will return false.
Bookmark is a long specifying the bookmark of the feature to select. If not specified, or if a value of 0 is specified, the currently selected feature will be unselected. [Optional].
The return value indicates whether a feature was selected (True) or not (False).