RVTDocs.com

RevitLinkOptions(Boolean)

Constructor
Description:
Creates a RevitLinkOptions object, specifying relative or absolute path type. If the link is workshared, all worksets will be opened.
Syntax
public RevitLinkOptions(
	bool relative
)
Parameters
Parameter Type Description
relative Boolean True if the link should use a relative path. False if it should use an absolute path.
Return Value