OperationCreateIFC4ExportFromAll Method (String, OperationIFCExportViewTypeEnum, IEnumerableString, OperationExportBasePoint, String, String, OperationIFCExportFlags, String)

Creates IFC4 export from all objects using the given file name.

See Tekla Structures Help for more information about IFC4 export files.

Namespace:  Tekla.Structures.Model.Operations
Assembly:  Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
Syntax
public static bool CreateIFC4ExportFromAll(
	string fullPathAndFileName,
	OperationIFCExportViewTypeEnum exportViewType,
	IEnumerable<string> propertySets,
	OperationExportBasePoint locationByValue,
	string exportLayersAsValue,
	string objectColoring,
	OperationIFCExportFlags flags,
	string basePointGuid
)

Parameters

fullPathAndFileName
Type: SystemString
The full path and file name including extension (.ifc or .ifcZip).
exportViewType
Type: Tekla.Structures.Model.OperationsOperationIFCExportViewTypeEnum
The export view type.
propertySets
Type: System.Collections.GenericIEnumerableString
The full path and file name of the property set files (.xml) to use in export.
locationByValue
Type: Tekla.Structures.Model.OperationsOperationExportBasePoint
The location by value.
exportLayersAsValue
Type: SystemString
The export layers as value: __Name__, __Phase__ or UDA value.
objectColoring
Type: SystemString
The object coloring value: Use "ByObjectClass" for color by object class. For additional coloring, use the name of the object representation.
flags
Type: Tekla.Structures.Model.OperationsOperationIFCExportFlags
The additional flags.
basePointGuid
Type: SystemString
Base point guid, if a base point used.

Return Value

Type: Boolean
True, if Ifc4 export was successful, otherwise false. See session log for additional info in case failure.
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next