Text3d Constructor (String) |
Constructs a new instance of Text3d.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Text3d(
string text
)
Public Sub New (
text As String
)
Parameters
- text
- Type: SystemString
Text string.
See Also