IMdAdvancedLine::PointsArray

Use this method to get or set the points of a line procedure. This property is applicable only when IMdAdvancedLine::Mode is set to the cmMod2Points mode.

Compatibility

Cimatron 2024 or later

Syntax

System.Object[] PointsArray {get; set;}

PointsArray:System.Object[]

Return Type

Return: System.Object[]

pVal - A variant that contains System.Object type one dimensional array ,Each of which can be casted to interop.CimMdlrAPI.IPointData object
   

Input Type

Input: double[]

newVal - A variant that contains double type one dimensional array of point coordinates in sequence
   

Remarks

None

Example