2022 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
M Dispose() None Releases all resources used by the
M GetOptions() IDictionary Extra information used during the creation of the Revit document.
Name Return Type Description
P IsValidObject bool 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.