This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSMapLayer3 Interface > IWMSMapLayer3.DimensionValues Property (ArcObjects .NET 10.5 SDK) |
Dimensions for the WMS Map Layer image.
[Visual Basic .NET] Public Property DimensionValues As IPropertySet
[C#] public IPropertySet DimensionValues {get; set;}
[C++]
HRESULT get_DimensionValues(
IPropertySet** DimensionValues
);
[C++]
HRESULT putref_DimensionValues(
IPropertySet* DimensionValues
);
[C++]
Parameters DimensionValues [out, retval]
DimensionValues is a parameter of type IPropertySet DimensionValues [in]
DimensionValues is a parameter of type IPropertySet