ObjectTableAddTextDot Method (String, Point3d) |
Rhino for Mac 5.1Adds a text dot object to Rhino.
Namespace: Rhino.DocObjects.TablesAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)
Syntaxpublic Guid AddTextDot(
string text,
Point3d location
)
Public Function AddTextDot (
text As String,
location As Point3d
) As Guid
Parameters
- text
- Type: SystemString
A text string. - location
- Type: Rhino.GeometryPoint3d
A point position.
Return Value
Type:
GuidA unique identifier for the object.
See Also