| 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)
Syntax public virtual Array FinalizeFilesInStructure(
Array files
)
Public Overridable Function FinalizeFilesInStructure (
files As Array
) As Array
Parameters
- files
- Type: SystemArray
Array or strings containing full paths to files.
Return Value
Type:
ArrayReturn array of string of FAILED files that should be removed from structure or null if all succeeds.
Availability See Also