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


IWMTSLayer.DataSourceName 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.DataSourceName Property
ArcGIS Developer Help

IWMTSLayer.DataSourceName Property

WMTS Connection Name.

[Visual Basic .NET]
Public Property DataSourceName As IName
[C#]
public IName DataSourceName {get; set;}
[C++]
HRESULT get_DataSourceName(
  IName** ppConnectionName
);
[C++]
HRESULT put_DataSourceName(
  IName* ppConnectionName
);
[C++]
Parameters
ppConnectionName [out, retval]

ppConnectionName is a parameter of type IName** ppConnectionName [in]
ppConnectionName is a parameter of type IName*

Product Availability

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

See Also

IWMTSLayer Interface