RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Point

Point.Create(XYZ)

Method
Description:
Creates a point at the given coordinates.
Syntax
public static Point Create(
	XYZ coord
)
Parameters
Parameter Type Description
coord XYZ The coordinates where the point will be created.
Return Value
Type Description
Point A Point object.