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


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

IWMTSTileMatrixSet.SupportedCRS Property

Reference to one coordinate reference system (CRS).

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

CRS is a parameter of type BSTR*

Product Availability

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

See Also

IWMTSTileMatrixSet Interface