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