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


IWMSMapLayer2.DimensionValues Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMSMapLayer2 Interface > IWMSMapLayer2.DimensionValues Property
ArcGIS Developer Help

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