RevitLinkOptions(Boolean) Constructor

Creates a RevitLinkOptions object, specifying relative or absolute path type. If the link is workshared, all worksets will be opened.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public RevitLinkOptions(
	bool relative
)

Parameters

relative  Boolean
True if the link should use a relative path. False if it should use an absolute path.
See Also