FabricationItemFileIsUsed Property |
Checks to see if the item file is already in use in the project.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsUsed { get; }
Public ReadOnly Property IsUsed As Boolean
Get
public:
property bool IsUsed {
bool get ();
}
member IsUsed : bool with get
Property Value
Boolean
See Also