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)
Syntax
public virtual Array BatchProcessAfterConversions(
	Array poFileMappings,
	Array poOverridenProperties
)

Parameters

poFileMappings
Type: SystemArray
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
Type: SystemArray
NULL or Array of CTGeneric. Properties overridden during conversion. Name = attribute name, Description = value

Return Value

Type: Array
If errors, array of CTGeneric with mbsName = filename and mbsDescription = error message.
Availability

CUSTOMTOOLS 2019 SP0


See Also