2027 Enumeration
Changes 0
E

LinkedFileStatus

Description:
Enum displaying the loaded status of a linked file
public enum LinkedFileStatus
Name Description
E CanBeUpgraded The linked point cloud file is obsolete and can be indexed into new format.
E Imported The element represented by this value was imported into Revit rather than linked into Revit.
E InClosedWorkset The linked file is in a closed workset and will not be displayed.
E Invalid This value is the uninitialized value for the enum. It indicates that the link has not been properly initialized.
E Loaded The link is loaded.
E LocallyUnloaded The linked file is unloaded for the specific user. (If the linked file is both unloaded for the specific user and unloaded for all users, the link will report LinkedFileStatus.Unloaded.)
E NotFound The linked file was not able to be found the last time Revit tried to load it.
E Unloaded The link is unloaded.