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


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

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 [in]

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

Product Availability

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

See Also

IWMTSLayer Interface