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


IWMSMapLayer2.DimensionValues Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IWMSMapLayer2.DimensionValues Property

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

Product Availability

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

See Also

IWMSMapLayer2 Interface