| 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.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public virtual Array BatchProcessAfterConversions(
Array poFileMappings,
Array poOverridenProperties
)
Public Overridable Function BatchProcessAfterConversions (
poFileMappings As Array,
poOverridenProperties As Array
) As Array
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:
ArrayIf errors, array of CTGeneric with mbsName = filename and mbsDescription = error message.
Availability See Also