LabWindows/CVI

CDotNetGetArrayNumDimensions

int CDotNetGetArrayNumDimensions (CDotNetHandle array, ssize_t *numberOfDimensions);

Purpose

Returns the number of dimensions of a .NET array.

Parameters

Input
Name Type Description
array CDotNetHandle The handle of the .NET array.
Output
Name Type Description
numberOfDimensions ssize_t The number of dimensions of the .NET array.

Return Value

Name Type Description
status int A value indicating whether an error occurred. Negative error codes indicate function failure.

Error codes are defined in cvi\include\cvidotnet.h.

You can use CDotNetGetErrorDescription to get the description of an error code.

Additional Information

Library: .NET Library

Include file: cvidotnet.h

LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later