2025.3 Method
Changes 5
M

Point.Create

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