ArcPad Scripting Object Model
Select Method
See Also  Send comments on this topic.
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
Map Object : Select Method

Glossary Item Box

Description

Selects the feature at the specified location.

Syntax

object.Select ( pLayer [,Bookmark] )

Parameters

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

Return Type

Boolean

Remarks

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).

See Also

© 2012 All Rights Reserved.