Click or drag to resize

TextDotUserInterfaceObject Constructor

Create a text dot styled user interface object at a defined location and text

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public TextDotUserInterfaceObject(
	Point3d location,
	string text
)

Parameters

location
Type: Rhino.GeometryPoint3d
Location of object
text
Type: SystemString
Text content for dot
See Also