NewPoint Method


Creates a new geometric point object.

Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)

Syntax

C#
[ObsoleteAttribute("This method is deprecated in Revit 2016. Use the Point.Create() methods instead.")]
public Point NewPoint(
	XYZ coord
)
Visual Basic
<ObsoleteAttribute("This method is deprecated in Revit 2016. Use the Point.Create() methods instead.")> _
Public Function NewPoint ( _
	coord As XYZ _
) As Point
Visual C++
[ObsoleteAttribute(L"This method is deprecated in Revit 2016. Use the Point.Create() methods instead.")]
public:
Point^ NewPoint(
	XYZ^ coord
)

Parameters

coord
Type: Autodesk.Revit.DB XYZ
The coordinates of the point.

Remarks

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →