ArcObjects Library Reference (Carto)  

IMobileLayerInfo Interface

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
Read-only property DataType The data type of the layer.
Read-only property Description The description of the layer. This property is set in the General tab of the Layer Properties dialog.
Read-only property DisplayField Primary display field.
Read-only property Extent The geographic extent of the layer.
Read-only property FeatureClassName The layer feature class name.
Read-only property FeatureDatasetName The layer feature dataset name.
Read-only property FieldAliases Array of strings that contains field alias for each field in Fields property.
Read-only property Fields Array of attribute fields contained in the layer.
Read-only property GeometryType The geometry type of the layer.
Read-only property ID The layer identifier. This ID is used throughout to uniquely identify the layer for all requests.
Read-only property IsAnnotationLayer Indicates if the layer is an annotation layer.
Read-only property IsComposite Indicates if the layer is a composite layer.
Read-only property IsFeatureLayer Indicates if the layer is a feature layer.
Read-only property IsRasterLayer Indicates if the layer is a raster layer.
Read-only property MaxScale The maximum visible scale for the layer.
Read-only property MinScale The minimum visible scale for the layer.
Read-only property Name The name of the layer.
Read-only property 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.