ArrowLineWeight Property


Line weight assigned to arrow lines for vectors.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2012

Syntax

C#
public int ArrowLineWeight { get; set; }
Visual Basic
Public Property ArrowLineWeight As Integer
	Get
	Set
Visual C++
public:
property int ArrowLineWeight {
	int get ();
	void set (int value);
}

See Also