This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the ARLayer.
The IARLayer interface is a starting point for getting and setting layer properties, and searching for features within the layer.
Name | Description | |
---|---|---|
ARLayerCount | The number of child layers in a group layer. | |
Cached | Indicates if the layer has its own display cache. | |
ChildARLayer | The child layer at the specifid index of a group layer. | |
CustomProperty | A property to associate data with an object. | |
Description | The description of the layer. | |
GetExtent | The extent of the data within the layer. | |
Hyperlinks | Indicates if the layer contains hyperlinks. | |
InternalObject | The internal ArcObjects ILayer object. | |
IsGroupLayer | Indicates if the layer is a group of layers behaving like a single layer. | |
MaximumScale | Maximum scale (representative fraction) at which the layer will display. | |
MinimumScale | Minimum scale (representative fraction) at which the layer will display. | |
Name | The name of the layer. | |
QueryARFeatures | Searches the layer using a search definition and returns an ARFeatureSet. | |
Searchable | Indicates if the layer is searchable (only feature layers are searchable). | |
SearchARFeatures | Searches the layer using a search definition and returns an ARFeatureCursor. | |
Type | The description of the type of layer. | |
Visible | Indicates if the layer is currently visible. |
Classes | Description |
---|---|
ARLayer | ARLayer object. |