This document is archived and information here might be outdated.  Recommended version.


IMobileLayerInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMobileLayerInfo Interface
ArcGIS Developer Help

IMobileLayerInfo Interface

This is depricated at 10.0: 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

Name 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.

Classes that implement IMobileLayerInfo

Classes Description
MobileLayerInfo This is depricated at 10.0: The Mobile Layer Info coclass provides read-only information about a layer in a map.