CADLinkOptions(Boolean, ElementId)
Constructor
Description:
Creates a CADLinkOptions object, specifying whether to preserve graphic overrides, and what view to use if the link's view has been deleted.
Creates a CADLinkOptions object, specifying whether to preserve graphic overrides, and what view to use if the link's view has been deleted.
Parameters
Parameter | Type | Description |
---|---|---|
preserveOverrides | Boolean | True if Revit should preserve the link's graphic overrides on reload. False otherwise. |
viewId | ElementId | <p>The id of the view to use as the link's reference view, if the reference view has been deleted. Revit will ignore this value if the reference view is still in place.</p><p>The value may be ElementId.InvalidElementId, although Revit will cancel the load if the reference view is deleted.</p> |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |