LabVIEWNXGParameter.GetDefaultArrayDimensionSize

Syntax

LabVIEWNXGParameter.GetDefaultArrayDimensionSize( dimension)

Return Value

Long

Purpose

Returns the default size of the array corresponding to the zero-based index passed as input.

Remarks

The default size corresponds to the default size of the array control in the front panel of a VI. Call the LabVIEWNXGModule.LoadVIInfo or Module.LoadPrototype method before calling this method.

Parameters

dimension As Long

[In] Specifies the zero-based index corresponding to one of the array dimensions.

See Also

LabVIEWNXGModule.LoadVIInfo

LabVIEWNXGParameter.ArrayDimensions

LabVIEWNXGParameter.GetArrayIndex

Module.LoadPrototype