IMdAdvancedLine::LengthsArray

Use this method to get or set the length value for all picked points in a line.

Compatibility

Cimatron 2024 or later

Syntax

double[] LengthsArray {get; set;}

LengthsArray:System.Double[]

Return Type

Return: double[]

pVal - A variant that contains double type one dimensional array of length values
   

Input Type

Input: double[]

newVal - A variant that contains double type one dimensional array of length values
   

Remarks

None

Example