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: 26.4.0.0 (26.4.0.0)
Syntax
C#
public RevitLinkOptions( bool relative )
Parameters
- relative Boolean
- True if the link should use a relative path. False if it should use an absolute path.
