This document is archived and information here might be outdated. Recommended version. |
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*