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