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