Text3d.Height Property

Text3dHeight Property

Gets or sets the height (in units) of this Text3d object. The height should be a positive number larger than zero.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public double Height { get; set; }
Public Property Height As Double
	Get
	Set

Property Value

Type: Double
See Also