<Code Lib>
2027 Constructor
Changes 0
C

RevitLinkOptions(Boolean)

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

public RevitLinkOptions(
	bool relative
)

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

Loading…