Gets the plotted height for all text components.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyDouble TextHeight { get; }
VB
Public ReadOnly Property TextHeight As PropertyDouble Get
C++
public: property PropertyDouble^ TextHeight { PropertyDouble^ get (); }