CustomPointObject Constructor (Point)

CustomPointObject Constructor (Point)

Initializes a new instance of the CustomPointObject class

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected CustomPointObject(
	Point point
)
Protected Sub New ( 
	point As Point
)

Parameters

point
Type: Rhino.GeometryPoint

[Missing <param name="point"/> documentation for "M:Rhino.DocObjects.Custom.CustomPointObject.#ctor(Rhino.Geometry.Point)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also