File3dmObjectTableAddTextDot Method (String, Point3d, ObjectAttributes) |
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,
ObjectAttributes attributes
)
Public Function AddTextDot (
text As String,
location As Point3d,
attributes As ObjectAttributes
) As Guid
Parameters
- text
- Type: SystemString
The text. - location
- Type: Rhino.GeometryPoint3d
The location. - attributes
- Type: Rhino.DocObjectsObjectAttributes
Attributes to link with curve.
Return Value
Type:
GuidA unique identifier for the object.
See Also