Provides access to members that control a layer's default position in the map interface.
| Description | ||
|---|---|---|
![]() |
LayerWeight | Default layer position. |
| CoClasses and Classes | Description |
|---|---|
| CadFeatureLayer | ESRI CAD Feature Layer class. |
| CadLayer | ESRI CAD Layer class. |
| CoverageAnnotationLayer | An ESRI coverage annotation layer. |
| DimensionLayer | A collection of properties for a dimension layer. |
| FDOGraphicsLayer | A collection of properties for an annotation layer (feature data object graphics layer). |
| FeatureLayer | A collection of features and their visual representation. |
| GdbRasterCatalogLayer | Geodabase RasterCatalog source and display options. |
| GlobeServerLayer (esriGlobeCore) | Provides programmatic access to a globe server layer. |
| GroupLayer | A collection of layers that behaves like a single layer. |
| IMSMapLayer | A container for the display and manipulation of IMS layers. |
| KmlLayer (esriGlobeCore) | ESRI KML Layer class. |
| MADtedLayer (esriMilitaryAnalyst) | A layer used to control the display of MA DTED Catalogs. |
| MapServerLayer | Provides programmatic access to a map server layer. |
| MARasterLayer (esriMilitaryAnalyst) | A layer used to control the display of MA RPF Catalogs. |
| NALayer (esriNetworkAnalyst) | The layer for defining, solving and viewing network analysis results. |
| NetworkLayer | ESRI Network Layer CoClass. |
| ProcessLayer (esriGeoprocessing) | A collection of process layers that behaves like a single layer. |
| RasterCatalogLayer | Raster catalog source and display options. |
| RasterLayer | Raster layer source and display options. |
| TemporalFeatureLayer (esriTrackingAnalyst) | Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object. |
| TerrainLayer | Terrain Layer class. |
| TinLayer | The TIN Layer class. |
| TopologyLayer | A collection of properties for a topology layer. |
| WMSGroupLayer | WMS GroupLayer class |
| WMSMapLayer | A container for the display and manipulation of WMS layers. |
ILayerPosition is implemented by layers that wish to define their order when added to higher level components, like maps, when auto arrange is used. The LayerWeight property defines the weight of the layer in the auto arrange order. During auto arrange, the higher weight layers are added to the map first, which means they draw lower in the draw order.
Default weights for layers are these values:
Annotation layers = 97
Points layers = 98
Polyline layers = 99
Polygon Layers = 100