Provides access to some of the available properties of a Mobile layer info object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
DataType | The data type of the layer. | |
Description | The description of the layer. This property is set in the General tab of the Layer Properties dialog. | |
DisplayField | Primary display field. | |
Extent | The geographic extent of the layer. | |
FeatureClassName | The layer feature class name. | |
FeatureDatasetName | The layer feature dataset name. | |
FieldAliases | Array of strings that contains field alias for each field in Fields property. | |
Fields | Array of attribute fields contained in the layer. | |
GeometryType | The geometry type of the layer. | |
ID | The layer identifier. This ID is used throughout to uniquely identify the layer for all requests. | |
IsAnnotationLayer | Indicates if the layer is an annotation layer. | |
IsComposite | Indicates if the layer is a composite layer. | |
IsFeatureLayer | Indicates if the layer is a feature layer. | |
IsRasterLayer | Indicates if the layer is a raster layer. | |
MaxScale | The maximum visible scale for the layer. | |
MinScale | The minimum visible scale for the layer. | |
Name | The name of the layer. | |
Type | The layer type. |
CoClasses that implement IMobileLayerInfo
CoClasses and Classes | Description |
---|---|
MobileLayerInfo | The Mobile Layer Info coclass provides read-only information about a layer in a map. |