Revit 2026 API
ApplicationNew |
Creates an empty array that can store ReferencePoint objects.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ReferencePointArray NewReferencePointArray()
Public Function NewReferencePointArray As ReferencePointArray
public: ReferencePointArray^ NewReferencePointArray()
member NewReferencePointArray : unit -> ReferencePointArray
Return Value
ReferencePointArrayAn empty array that can hold ReferencePoint objects.

This method can be used to create an array that can hold ReferencePoint objects. This
array can be then passed to methods, such as NewCurveByPoints, to represent two or more PointElements.
See Also