BoundaryPolygonlineweight Property

Gets the default setting of boundary polygon line weight.

Namespace: Autodesk.Civil.Settings
Assembly: 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 ();
}

See Also