FullStepArrow Property


True if the arrow fills the full step width, false if it fills by the specified arrow size.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2013

Syntax

C#
public bool FullStepArrow { get; set; }
Visual Basic
Public Property FullStepArrow As Boolean
	Get
	Set
Visual C++
public:
property bool FullStepArrow {
	bool get ();
	void set (bool value);
}

See Also