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


IDimensionalDefinition.MaximumValues Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDimensionalDefinition Interface > IDimensionalDefinition.MaximumValues Property
ArcGIS Developer Help

IDimensionalDefinition.MaximumValues Property

The array of maximum values for this dimension. These values are optional.

[Visual Basic .NET]
Public Property MaximumValues As IDoubleArray
[C#]
public IDoubleArray MaximumValues {get; set;}
[C++]
HRESULT get_MaximumValues(
  IDoubleArray* ppValues
);
[C++]
HRESULT putref_MaximumValues(
  IDoubleArray** ppValues
);
[C++]
Parameters
ppValues [in]

ppValues is a parameter of type IDoubleArray* ppValues [out, retval]
ppValues is a parameter of type IDoubleArray**

Product Availability

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

See Also

IDimensionalDefinition Interface