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


IWMTSLayer.WMTSConnection Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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