ExtendedPropertiesLink.LoadFrom
Description:
Reloads the ExtendedPropertiesLink with the latest information from the server using the specified ExternalResourceReference.
Reloads the ExtendedPropertiesLink with the latest information from the server using the specified ExternalResourceReference.
public LinkLoadResult LoadFrom(
ExternalResourceReference externalReference
)
-
externalReferenceThe location of the extended properties.
-
The server referenced by the ExternalResourceReference does not exist or does not implement IExternalResourceServer. -or- The ExternalResourceReference (externalReference) is not in a format that is supported by its server. -or- The given externalReference does not refer to a server that supports extended properties.
-
A non-optional argument was null
-
This ExtendedPropertiesLink does not contain an external resource reference compatible with the ExternalResourceType. -or- The document does not support extended properties links.
-
The document containing this ExtendedPropertiesLink 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 containing this ExtendedPropertiesLink is being loaded, or is in the midst of another sensitive process.
-
The document containing this ExtendedPropertiesLink has no open transaction.