Gets or sets the title that displays as the first row of a table.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public string Title { get; set; }
VB
Public Property Title As String Get Set
C++
public: property String^ Title { String^ get (); void set (String^ value); }