This document is archived and information here might be outdated. Recommended version. |
The array of minimum values for this dimension.
[Visual Basic .NET] Public Property MinimumValues As IDoubleArray
[C#] public IDoubleArray MinimumValues {get; set;}
[C++]
HRESULT get_MinimumValues(
IDoubleArray* ppValues
);
[C++]
HRESULT putref_MinimumValues(
IDoubleArray** ppValues
);
[C++] Parameters ppValues [in]
ppValues is a parameter of type IDoubleArray* ppValues [out, retval]
ppValues is a parameter of type IDoubleArray**