2024 Constructor
Changes 0
C

CADLinkOptions(Boolean, ElementId)

Description:
Creates a CADLinkOptions object, specifying whether to preserve graphic overrides, and what view to use if the link's view has been deleted.
Overloads (2):
CADLinkOptions(Boolean,ElementId)
public CADLinkOptions(
	bool preserveOverrides,
	ElementId viewId
)
  • Boolean
    preserveOverrides
    True if Revit should preserve the link's graphic overrides on reload. False otherwise.
  • viewId

    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.

    The value may be ElementId.InvalidElementId, although Revit will cancel the load if the reference view is deleted.