Constructs a new ExportIFCCategoryInfo with input values.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ExportIFCCategoryInfo(
bool ifcExportFlag,
string ifcEntityName,
string ifcPredefinedType,
string ifcUserDefinedType,
string ifcPresentationLayerName
)
Parameters
- ifcExportFlag Boolean
-
The flag that indicates whether the category is exported.
- ifcEntityName String
-
The IFC entity name.
- ifcPredefinedType String
-
The IFC predefined type.
- ifcUserDefinedType String
-
The IFC user defined type.
- ifcPresentationLayerName String
-
The IFC presentation layer name.
Exceptions
See Also
Reference