Share

ExportIFCCategoryInfo Class

Represents the mapped IFC information stored in the template.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.ExportIFCCategoryInfo


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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.

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.

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)

See Also

Reference

Was this information helpful?