Click or drag to resize
FileHandlerExtension.NotifyAddingToStructure2 Method
Notification when a component or a drawing is added to the structure

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual bool NotifyAddingToStructure2(
	string bsFilename,
	string bsConfiguration,
	string bsParentFile,
	string bsParentFileConf,
	out string bsCorrectedFileRef
)

Parameters

bsFilename
Type: System.String
Full path to file that is added
bsConfiguration
Type: System.String
Configuration of the added file or empty for drawings
bsParentFile
Type: System.String
Full path to parent file in structure
bsParentFileConf
Type: System.String
Parent file configuration
bsCorrectedFileRef
Type: System.String
Corrected ref of bsFilename

Return Value

Type: Boolean
Return true if this drawing/component should be included in post processing at FinalizeFilesInStructure.
Availability

CUSTOMTOOLS 2020 SP0


See Also