TextDotUserInterfaceObject Constructor |
Create a text dot styled user interface object at a defined location
and text
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic TextDotUserInterfaceObject(
Point3d location,
string text
)
Public Sub New (
location As Point3d,
text As String
)
Parameters
- location
- Type: Rhino.GeometryPoint3d
Location of object - text
- Type: SystemString
Text content for dot
See Also