Revit 2026 API
Fabrication |
Checks to see if the item file is already in use in the project.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsUsed { get; }
Public ReadOnly Property IsUsed As Boolean Get
public: property bool IsUsed { bool get (); }
member IsUsed : bool with get
Property Value
BooleanSee Also