ArcObjects Library Reference (Carto)  

WMTSLayer CoClass

Provides programmatic access to WMTS layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Interfaces

Interfaces Description
IDataLayer Provides access to members that control the data source properties of a layer.
IDataset (esriGeoDatabase) Provides access to members that supply dataset information.
IDisplayAdmin2 (esriDisplay) Provides access to members that control display administration.
IDisplayTable Provides access to members that work with the display table associated with a standalone table.
IGeoDataset (esriGeoDatabase) Provides access to members that provide information about a Geographic Dataset.
ILayer Provides access to members that work with all layers.
ILayerDrawingProperties Provides access to members that control layer drawing properties.
ILayerEffects Provides access to members that control layer effects.
ILayerExtensions Provides access to the extensions of a layer.
ILayerGeneralProperties Provides access to layer general properties.
ILayerInfo Provides access to members that return layer images.
ILayerPosition Provides access to members that control a layer's default position in the map interface.
ILegendInfo Provides access to members that control legend information provided by a renderer.
IPersistStream (esriSystem)
IPublishLayer Provides access to a layer's capability for being published with the ArcGIS Publisher extension.
ISecureLayer Provides functionality to control access to a layer's contents.
ISecureLayer2 Provides access to control and test a layer's content related to authentication.
IWMTSLayer Provides access to the properties of WMTS Layer.

Event Interfaces

Interfaces Description
ILayerEvents (default) Provides access to events that occur when layer visibility changes.

Working with Events

[Visual Basic 6.0]

When working with WMTSLayer's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pWMTSLayer as WMTSLayer