Gets the default setting of boundary polygon line weight.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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 (); }