ViewSheetSet.IsAutomatic Property

ViewSheetSetIsAutomatic Property

Automatic order or manual order.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public virtual bool IsAutomatic { get; set; }
Public Overridable Property IsAutomatic As Boolean
	Get
	Set
public:
virtual property bool IsAutomatic {
	bool get ();
	void set (bool value);
}
abstract IsAutomatic : bool with get, set
override IsAutomatic : bool with get, set

Property Value

Boolean

Implements

IViewSheetSetIsAutomatic
See Also