Revit 2026 API
RevisionIssued Property |
Indicates whether this Revision has been issued.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool Issued { get; set; }
Public Property Issued As Boolean Get Set
public: property bool Issued { bool get (); void set (bool value); }
member Issued : bool with get, set
Property Value
BooleanSee Also