Click or drag to resize

FileHandlerExtensionBatchProcessAfterConversions Method

Called after Batch conversion has finished. Use as such: var fileMappings = poFileMappings.Cast<CTEngineLib.CTGeneric>().ToList(); var overriddenProperties = poOverridenProperties.Cast<CTEngineLib.CTGeneric>().ToList();

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public virtual Array BatchProcessAfterConversions(
	Array poFileMappings,
	Array poOverridenProperties
)

Parameters

poFileMappings  Array
Array of CTGeneric. Name = target file, Description = source model file (piped with configuration is not drawing). Note that there might be multiple instances for same source file.
poOverridenProperties  Array
NULL or Array of CTGeneric. Properties overridden during conversion. Name = attribute name, Description = value

Return Value

Array
If errors, array of CTGeneric with mbsName = filename and mbsDescription = error message.
Revision History
DateVersionDescription
-2019 SP0First Release
See Also