ExportIFCCategoryInfo Class

Represents the mapped IFC information stored in the template.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBExportIFCCategoryInfo

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class ExportIFCCategoryInfo : IDisposable

The ExportIFCCategoryInfo type exposes the following members.

Constructors
 NameDescription
Public methodExportIFCCategoryInfo Constructs a new ExportIFCCategoryInfo with default values.
Public methodExportIFCCategoryInfo(Boolean, String, String, String, String) Constructs a new ExportIFCCategoryInfo with input values.
Top
Properties
 NameDescription
Public propertyIFCEntityName The name of the IFC entity mapped to a particular Revit category.
Public propertyIFCExportFlag The boolean value that indicates whether the category is exported to ifc.
Public propertyIFCPredefinedType The name of the predefined type mapped to a particular Revit category.
Public propertyIFCPresentationLayerName The name of the presentation layer mapped to a particular Revit category.
Public propertyIFCUserDefinedType The name of the user-defined type mapped to a particular Revit category.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the ExportIFCCategoryInfo
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsDefault Determines if a ExportIFCCategoryInfo contains default information.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also