ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMVectorTileLayer Class
Members

In This Topic
    CIMVectorTileLayer Class
    In This Topic
    Represents a VectorTile layer.
    Object Model
    CIMVectorTileLayer ClassCIMVectorTileLayer ClassCIMVectorTileDataConnection ClassCIMVectorTileLayer ClassCIM3DLayerProperties ClassCIMLayerElevationSurface ClassCIMLayerTemplate ClassCIMPopupInfo ClassTimeInstant ClassTimeExtent Class
    Syntax
    Remarks

    A VectorTileServiceLayer provides rich cartographic content in a fast and efficient vector tile format. It may have multiple styles and if so users can choose which style to use to display the layer's vector geometries.

    Logically a VectorTileServiceLayer is more like a basemap layer in that it is typically composed of several distinct data sources (e.g. roads, cities, hydrology, buildings) that can provide context and background but in a way that is typically more performant than raster tile layers.

    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CIM.CIMObject
          ArcGIS.Core.CIM.CIMDefinition
             ArcGIS.Core.CIM.CIMBaseLayer
                ArcGIS.Core.CIM.CIMVectorTileLayer

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also