PointCreate(XYZ) Method

Creates a point at the given coordinates.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static Point Create(
	XYZ coord
)

Parameters

coord  XYZ
The coordinates where the point will be created.

Return Value

Point
A Point object.
See Also