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


IWMTSLayer.WMTSConnection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMTSLayer Interface > IWMTSLayer.WMTSConnection Property
ArcGIS Developer Help

IWMTSLayer.WMTSConnection Property

WMTS Connection.

[Visual Basic .NET]
Public Sub WMTSConnection ( _
    ByRef pConnection As IWMTSConnection _
)
[C#]
public void WMTSConnection (
    ref IWMTSConnection pConnection
);
[C++]
HRESULT get_WMTSConnection(
  IWMTSConnection** pConnection
);
[C++]
Parameters
pConnection [in]

pConnection is a parameter of type IWMTSConnection**

Product Availability

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

See Also

IWMTSLayer Interface