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 | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the LinkConversionData | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetOptions() | IDictionary<String,String> | Extra information used during the creation of the Revit document. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | 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. |