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


IWMTSLayer.Connect Method (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.Connect Method
ArcGIS Developer Help

IWMTSLayer.Connect Method

Connects to a WMTS Connection Name

[Visual Basic .NET]
Public Function Connect ( _
    ByVal pConnectionName As IName _
) As Boolean
[C#]
public bool Connect (
    IName pConnectionName
);
[C++]
HRESULT Connect(
  IName* pConnectionName
);
[C++]
Parameters
pConnectionName [in]

pConnectionName is a parameter of type IName*

Product Availability

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

See Also

IWMTSLayer Interface