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


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

IWMTSDimension.UnitsSymbol Property

Symbol of the units for value in WMTS Dimension.

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

Value is a parameter of type BSTR*

Product Availability

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

See Also

IWMTSDimension Interface