LinkConversionData
Description:
This class contains the information necessary to re-create a Revit document from an external source.
This class contains the information necessary to re-create a Revit document from an external source.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.LinkConversionData
System.Object
Autodesk.Revit.DB.LinkConversionData
public class LinkConversionData : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetOptions() | IDictionary | Extra information used during the creation of the Revit document. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Path | string | The path to the source data used to generate the model. |
| ServerId | Guid | The service responsible for converting the data into a Revit file. |