2025 Constructor
Changes 5
C

ExportIFCCategoryInfo(Boolean, String, String, String, String)

Description:
Constructs a new ExportIFCCategoryInfo with input values.
Overloads (2):
ExportIFCCategoryInfo(Boolean,String,String,String,String)
public ExportIFCCategoryInfo(
	bool ifcExportFlag,
	string ifcEntityName,
	string ifcPredefinedType,
	string ifcUserDefinedType,
	string ifcPresentationLayerName
)
  • ifcExportFlag
    The flag that indicates whether the category is exported.
  • ifcEntityName
    The IFC entity name.
  • ifcPredefinedType
    The IFC predefined type.
  • ifcUserDefinedType
    The IFC user defined type.
  • ifcPresentationLayerName
    The IFC presentation layer name.