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


IWMTSLayerDescription.WMTSVersion Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSLayerDescription Interface > IWMTSLayerDescription.WMTSVersion Property
ArcGIS Developer Help

IWMTSLayerDescription.WMTSVersion Property

WMTS Version.

[Visual Basic .NET]
Public ReadOnly Property WMTSVersion As String
[C#]
public string WMTSVersion {get;}
[C++]
HRESULT get_WMTSVersion(
  System.String* WMTSVersion
);
[C++]
Parameters
WMTSVersion [out, retval]

WMTSVersion is a parameter of type BSTR*

Product Availability

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

See Also

IWMTSLayerDescription Interface