2025 Method
Changes 5
M

Point.Create

Description:
Creates a point at the given coordinates.
Overloads (2):
Create(XYZ)
public static Point Create(
	XYZ coord
)
  • coord
    The coordinates where the point will be created.
Return Value Point A Point object.