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


IDimensionalDefinition.MaximumValues Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]
ppValues is a parameter of type IDoubleArray ppValues [in]
ppValues is a parameter of type IDoubleArray

Product Availability

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

See Also

IDimensionalDefinition Interface