ModelText.Depth Property

ModelTextDepth Property

The depth of the model text.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double Depth { get; set; }
Public Property Depth As Double
	Get
	Set
public:
property double Depth {
	double get ();
	void set (double value);
}
member Depth : float with get, set

Property Value

Double
See Also