ArcPad Scripting Object Model
OpenLayer Method
See Also  Send comments on this topic.
LayerName
Required. A String that specifies the layer name to open from the data source.
Envelope
Optional. A variable declared as a Rectangle object that represents the spatial filter.
Filter
Optional. A String that specifies the SQL filter.
DataSource Object : OpenLayer Method

Glossary Item Box

Description

Returns the input layer as a RecordSet, optionally applying an envelope and/or SQL filter.

Syntax

object.OpenLayer( LayerName [,Envelope] [,Filter] )

Parameters

LayerName
Required. A String that specifies the layer name to open from the data source.
Envelope
Optional. A variable declared as a Rectangle object that represents the spatial filter.
Filter
Optional. A String that specifies the SQL filter.

Return Type

Example

See Also

© 2012 All Rights Reserved.