RVTDocs.com

IFCFile

Class
Description:
Represents the IFC file which is being created during export.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.IFCFile
Syntax
public class IFCFile : IDisposable
IFCFile Class Members:
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Name Description Inherited From
Close Close the IFC file.
Create Creates an IFC file for exporting.
CreateHeaderInstance Creates an IFC header instance in the file model.
CreateInstance Creates an IFC instance in the file model.
CreateStyle(ExporterIFC, IFCAnyHandle) Creates and populates an IfcStyledItem for an IfcRepresentationItem with a IfcSurfaceStyle, IfcCurveStyle, and/or an IfcFillStyle, and assigns them to the file.
CreateStyle(ExporterIFC, IFCAnyHandle, Color, ElementId) Creates and populates an IfcStyledItem for an IfcRepresentationItem with a IfcSurfaceStyle, IfcCurveStyle, and/or an IfcFillStyle, and assigns them to the file.
Dispose Releases all resources used by the IFCFile
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetInstanceCount Counts IFC instances of one particular type.
GetInstances Gets IFC instances of one particular type.
GetType Gets the Type of the current instance. (Inherited from Object ) Object
Read(IFCFileReadOptions) Reads content from a file of IFC format.
Read(IFCFileReadOptions, Int32, Int32) Reads content from a file of IFC format.
ToString Returns a string that represents the current object. (Inherited from Object ) Object
Write Writes content to a file of IFC format.