This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMTSLayer Interface > IWMTSLayer.Dimensions Property (ArcObjects .NET 10.4 SDK) |
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