RevitLinkOptions
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the RevitLinkOptions | |
| Equals | None | (Inherited from Object .) | Object . |
| GetHashCode | None | (Inherited from Object .) | Object . |
| GetType | None | (Inherited from Object .) | Object . |
| GetWorksetConfiguration() | WorksetConfiguration | Gets the set of worksets to open when creating the link. | |
| SetWorksetConfiguration(WorksetConfiguration) | None | Sets the set of worksets to open when creating the link. | |
| ToString | None | (Inherited from Object .) | Object . |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsRelative | bool | The type of path to use when creating the link. If true, Revit will store a relative path for the link. If false, Revit will store an absolute path. If the link is to a Revit Server location, isRelative must be false. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |