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