Click or drag to resize
FileHandlerExtensionNotifyAddingToStructure 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 NotifyAddingToStructure(
	string bsFilename,
	string bsConfiguration,
	string bsParentFile,
	string bsParentFileConf
)

Parameters

bsFilename
Type: SystemString
Full path to file that is added
bsConfiguration
Type: SystemString
Configuration of the added file or empty for drawings
bsParentFile
Type: SystemString
Full path to parent file in structure
bsParentFileConf
Type: SystemString
Parent file configuration

Return Value

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

CUSTOMTOOLS 2019 SP0


See Also