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