Gets the default setting of boundary polygon line weight.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public PropertyEnum<LineWeight> BoundaryPolygonlineweight { get; }
Visual Basic
Public ReadOnly Property BoundaryPolygonlineweight As PropertyEnum(Of LineWeight) Get
Visual C++
public: property PropertyEnum<LineWeight>^ BoundaryPolygonlineweight { PropertyEnum<LineWeight>^ get (); }