CoordinationModelLinkUtils.ReloadLocalCoordinationModelFrom
Description:
Reloads a local Coordination Model type from the specified absolute path of a .nwc or .nwd file.
Reloads a local Coordination Model type from the specified absolute path of a .nwc or .nwd file.
Remarks:
In case the file path is not an absolute path, it is considered to be relative to the Revit document's saved path.
public static void ReloadLocalCoordinationModelFrom(
Document document,
ElementType coordinationModelType,
string filePath
)
-
documentThe document.
-
coordinationModelTypeThe Coordination Model type element to reload.
-
StringfilePathThe file's absolute or relative path to reload from.
-
Failed to validate file type. -or- document is not a project document. -or- The provided element is not a local Coordination Model type.
-
A non-optional argument was null
-
The given filePath does not exist.
-
The document is in failure mode: an operation has failed, and Revit requires the user to either cancel the operation or fix the problem (usually by deleting certain elements). -or- Failed to reload Coordination Model type from specified path.
-
The document is in failure mode: an operation has failed, and Revit requires the user to either cancel the operation or fix the problem (usually by deleting certain elements). -or- The document is being loaded, or is in the midst of another sensitive process.
-
The document has no open transaction.