Gets the general style settings.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public LabelStyleTextComponentStyleGeneral General { get; }
VB
Public ReadOnly Property General As LabelStyleTextComponentStyleGeneral Get
C++
public: property LabelStyleTextComponentStyleGeneral^ General { LabelStyleTextComponentStyleGeneral^ get (); }