Lineweight Property

Gets the line weight of the direction arrow component.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public PropertyEnum<LineWeight> Lineweight { get; }

Visual Basic

Public ReadOnly Property Lineweight As PropertyEnum(Of LineWeight)
	Get

Visual C++

public:
property PropertyEnum<LineWeight>^ Lineweight {
	PropertyEnum<LineWeight>^ get ();
}

See Also