ObjRef.Point Method

ObjRefPoint Method

Gets the point if the referenced geometry is one.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point Point()
Public Function Point As Point

Return Value

Type: Point
A point; or null if the referenced object is not a point, or on error.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also