Click or drag to resize

File3dmObjectTableAddTextDot Method (String, Point3d)

Adds a text dot object to the table.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Guid AddTextDot(
	string text,
	Point3d location
)

Parameters

text
Type: SystemString
The text.
location
Type: Rhino.GeometryPoint3d
The location.

Return Value

Type: Guid
A unique identifier for the object.
See Also