File3dmObjectTableAddTextDot Method (TextDot) |
Adds a text dot object to the table.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Guid AddTextDot(
TextDot dot
)
Public Function AddTextDot (
dot As TextDot
) As Guid
Parameters
- dot
- Type: Rhino.GeometryTextDot
The text dot.
Return Value
Type:
GuidA unique identifier for the object.
See Also