2027 Method
Changes 0
M

CADLinkType.Reload

Description:
Loads or reloads the link from its currently-stored location. If the link is an external resource, Revit will contact the IExternalResourceServer to get the latest version of the link.
Remarks:

If the link is currently loaded, any changes made in-memory to the link's shared coordinates will be discarded.

Overloads (2):
Reload
Reload(CADLinkOptions)
public LinkLoadResult Reload(
	CADLinkOptions options
)
  • options
    Options for reloading the link. Options include the ability to preserve graphic overrides on reload.
Return Value LinkLoadResult An object containing the ElementId of the link and an enum value indicating any errors which occurred while trying to load.