Revit 2025 API
Export |
Constructs a new ExportIFCCategoryInfo with input values.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ExportIFCCategoryInfo( bool ifcExportFlag, string ifcEntityName, string ifcPredefinedType, string ifcUserDefinedType, string ifcPresentationLayerName )
Public Sub New ( ifcExportFlag As Boolean, ifcEntityName As String, ifcPredefinedType As String, ifcUserDefinedType As String, ifcPresentationLayerName As String )
public: ExportIFCCategoryInfo( bool ifcExportFlag, String^ ifcEntityName, String^ ifcPredefinedType, String^ ifcUserDefinedType, String^ ifcPresentationLayerName )
new : ifcExportFlag : bool * ifcEntityName : string * ifcPredefinedType : string * ifcUserDefinedType : string * ifcPresentationLayerName : string -> ExportIFCCategoryInfo
Parameters

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also