 | FileHandlerExtensionFinalizeFilesInStructure Method |
Called for components/drawings that were requested at NotifyAddingToStructure. Note that
files -argument may contain also other files than those requested by this as any extension
may request a file to be addeed to the finalization.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual Array FinalizeFilesInStructure(
Array files
)
Public Overridable Function FinalizeFilesInStructure (
files As Array
) As Array
Parameters
- files Array
- Array or strings containing full paths to files.
Return Value
ArrayReturn array of string of FAILED files that should be removed from structure or null if all succeeds.
Revision HistoryDate | Version | Description |
---|
- | 2019 SP0 | First Release |
See Also