2026 Class
Changes 5
C

ExportIFCCategoryInfo

Description:
Represents the mapped IFC information stored in the template.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExportIFCCategoryInfo
public class ExportIFCCategoryInfo : IDisposable
Name Return Type Description Inherited From
C ExportIFCCategoryInfo() None Constructs a new ExportIFCCategoryInfo with default values.
C ExportIFCCategoryInfo(Boolean, String, String, String, String) None Constructs a new ExportIFCCategoryInfo with input values.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ExportIFCCategoryInfo
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 GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsDefault() Boolean Determines if a ExportIFCCategoryInfo contains default information.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IFCEntityName string The name of the IFC entity mapped to a particular Revit category.
P IFCExportFlag bool The boolean value that indicates whether the category is exported to IFC.
P IFCPredefinedType string The name of the predefined type mapped to a particular Revit category.
P IFCPresentationLayerName string The name of the presentation layer mapped to a particular Revit category.
P IFCUserDefinedType string The name of the user-defined type mapped to a particular Revit category.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.