2027 Class
Changes 0
C

LinkConversionData

Description:
This class contains the information necessary to re-create a Revit document from an external source.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.LinkConversionData
public class LinkConversionData : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the LinkConversionData
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetOptions() IDictionary<String,String> Extra information used during the creation of the Revit document.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Path string The path to the source data used to generate the model.
P ServerId Guid The service responsible for converting the data into a Revit file.