Gets or sets the current title text.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string Text { get; set; }
VB
Public Property Text As String Get Set
C++
public: property String^ Text { String^ get (); void set (String^ value); }