ArcPad Scripting Object Model
LayerProperties Property
See Also  Send comments on this topic.
Layer
Required. A Variant that specifies the name or index of the layer.
Property
Required. A String that specifies the layer property name.
DataSource Object : LayerProperties Property

Glossary Item Box

Description

Returns or sets the specified property for the layer in the Datasource.

Property type

Read-write property

Syntax

object.LayerProperties ( Layer, Property ) = [ value ]

Parameters

Layer
Required. A Variant that specifies the name or index of the layer.
Property
Required. A String that specifies the layer property name.

Return Type

Variant

Remarks

The LayerProperties property is used to get or set the value of individual layer properties that are stored in the Datasource and accessed less often. The following properties are supported:
Name Description Return Type Read-only or read/write
NAME The layer name as it appears in the table of contents. String Read/Write
LAYERID The internal unique layer ID. Long Read-only
FOLDER The layer's folder. String Read/Write

Example

See Also

© 2013 All Rights Reserved.