IGeometry.Point2dList Method

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: 25.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}}

Return Value

Type: IList(DocumentUnitsPoint2d)

See Also

Reference

IGeometry Interface
Autodesk.iLogic.Interfaces Namespace