Share

Point.Create(XYZ, ElementId) Method

Creates a point at the given coordinates and assigns it the specified GraphicsStyle.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static Point Create(
	XYZ coord,
	ElementId id
)

Parameters

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

Point
A Point object.

See Also

Reference

Was this information helpful?