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) Version: 25.0
Syntax
public virtual bool NotifyAddingToStructure(
	string bsFilename,
	string bsConfiguration,
	string bsParentFile,
	string bsParentFileConf
)

Parameters

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

Return Value

Boolean
Return true if this drawing/component should be included in post processing at FinalizeFilesInStructure.
Revision History
DateVersionDescription
-2019 SP0First Release
See Also