GetDimensionSize method
- Last UpdatedJul 23, 2024
- 1 minute read
Gets the size of the array held by the MxValue. MxValue determines the size of the array based on the max index value of prior calls to PutElement.
Class
IMxValue
Syntax
[C#]
void GetDimensionSize(
out int pSize
);
[Visual C++]
HRESULT GetDimensionSize(
[out] long *pSize
);
Parameters
pSize
Receives the specified dimension's size.