RevitLinkOperations.SetGetLocalPathForOpenCallback
Method
Description:
Sets the IGetLocalPathForOpenCallback that will support the "Open (and Unload)" command for Revit links obtained from an IExternalResourceServer.
Sets the IGetLocalPathForOpenCallback that will support the "Open (and Unload)" command for Revit links obtained from an IExternalResourceServer.
Syntax
public void SetGetLocalPathForOpenCallback(
IGetLocalPathForOpenCallback makeLocalCopyForOpen
)
Parameters
Parameter | Type | Description |
---|---|---|
makeLocalCopyForOpen | IGetLocalPathForOpenCallback | The IGetLocalPathForOpenCallback that will support the "Open (and Unload)" command. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |