Automatic order or manual order.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)

Syntax

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

See Also