2022 Members
Changes 4
M

IFCFile

Name Return Type Description Inherited From
M Close() None Close the IFC file.
M Create(IFCFileModelOptions) The IFC file. Creates an IFC file for exporting.
M CreateHeaderInstance(String) The instance handle. Creates an IFC header instance in the file model.
M CreateInstance(String) The instance handle. Creates an IFC instance in the file model.
M CreateStyle(ExporterIFC, IFCAnyHandle) The handle. Creates and populates an IfcStyledItem for an IfcRepresentationItem with a IfcSurfaceStyle, IfcCurveStyle, and/or an IfcFillStyle, and assigns them to the file.
M CreateStyle(ExporterIFC, IFCAnyHandle, Color, ElementId) The handle. Creates and populates an IfcStyledItem for an IfcRepresentationItem with a IfcSurfaceStyle, IfcCurveStyle, and/or an IfcFillStyle, and assigns them to the file.
M Dispose() None Releases all resources used by the IFCFile
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetInstanceCount(String, Boolean) The count. Counts IFC instances of one particular type.
M GetInstances(String, Boolean) The instance handles. Gets IFC instances of one particular type.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M Read(IFCFileReadOptions) None Reads content from a file of IFC format.
M Read(IFCFileReadOptions, Int32., Int32.) None Reads content from a file of IFC format.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
M Write(IFCFileWriteOptions) None Writes content to a file of IFC format.
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.