Gets or sets a bool value that specifies whether a border line is drawn around the title block.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public bool Border { get; set; }
VB
Public Property Border As Boolean Get Set
C++
public: property bool Border { bool get (); void set (bool value); }