Creates and returns a new list of DocumentUnitsPoint2d with the given coordinate values.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Function Point2dList ( points As Double(,) ) As IList(Of DocumentUnitsPoint2d)
C#
IList<DocumentUnitsPoint2d> Point2dList( double[,] points )
Parameters
- points
- Type: System.Double[,]
2D array of numbers e.g. {{0,0}, {1,1}}
