RhinoCommon API
File3dmObjectTableAddTextDot Method (TextDot, ObjectAttributes) |
Adds a text dot object to the table.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public Guid AddTextDot( TextDot dot, ObjectAttributes attributes )
Public Function AddTextDot ( dot As TextDot, attributes As ObjectAttributes ) As Guid
Parameters
- dot
- Type: Rhino.GeometryTextDot
The text dot. - attributes
- Type: Rhino.DocObjectsObjectAttributes
Attributes to link with text dot.
Return Value
Type: GuidA unique identifier for the object.