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


IWMTSLayer.Dimensions Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IWMTSLayer.Dimensions Property

Values for the avialble dimensions in WMTS Layer.

[Visual Basic .NET]
Public Property Dimensions As IPropertySet
[C#]
public IPropertySet Dimensions {get; set;}
[C++]
HRESULT get_Dimensions(
  IPropertySet** Dimensions
);
[C++]
HRESULT put_Dimensions(
  IPropertySet* Dimensions
);
[C++]

Parameters Dimensions [out, retval]
Dimensions is a parameter of type IPropertySet Dimensions [in]
Dimensions is a parameter of type IPropertySet

Product Availability

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

See Also

IWMTSLayer Interface