The depth of the model text.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public double Depth { get; set; } |
Visual Basic |
---|
Public Property Depth As Double Get Set |
Visual C++ |
---|
public: property double Depth { double get (); void set (double value); } |