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

Point.Create(XYZ, ElementId)

Method
Description:
Creates a point at the given coordinates and assigns it the specified GraphicsStyle.
Syntax
public static Point Create(
	XYZ coord,
	ElementId id
)
Parameters
Parameter Type Description
coord XYZ The coordinates where the point will be created.
id ElementId The id of the GraphicsStyle element from which to apply the point properties.
Return Value
Type Description
Point A Point object.