<Code Lib>
2027 Class
Changes 5
C

ExportIFCCategoryKey

Description:
Represents a Revit category item stored in a template.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExportIFCCategoryKey

public class ExportIFCCategoryKey : IDisposable

Name Return Type Description Inherited From
C ExportIFCCategoryKey() ExportIFCCategoryKey Constructs a new ExportIFCCategoryKey with default values.
C ExportIFCCategoryKey(String, String, CustomSubCategoryId) ExportIFCCategoryKey Constructs a new ExportIFCCategoryKey with category, subcategory names and special id.

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ExportIFCCategoryKey
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 ToString None Returns a string that represents the current object. (Inherited from Object ) Object

Name Return Type Description Inherited From
P CategoryName string The Revit category name.
P CustomSubCategoryId CustomSubCategoryId The Revit custom subcategory id.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P SubCategoryName string The Revit subcategrory name.

Loading…