  | FileHandlerExtensionNotifyAddingToStructure2 Method  | 
            Notification when a component or a drawing is added to the structure
            
 
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic virtual bool NotifyAddingToStructure2(
	string bsFilename,
	string bsConfiguration,
	string bsParentFile,
	string bsParentFileConf,
	out string bsCorrectedFileRef
)
Public Overridable Function NotifyAddingToStructure2 ( 
	bsFilename As String,
	bsConfiguration As String,
	bsParentFile As String,
	bsParentFileConf As String,
	<OutAttribute> ByRef bsCorrectedFileRef As String
) As Boolean
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 - bsCorrectedFileRef
 - Type: SystemString
Corrected ref of bsFilename 
Return Value
Type: 
BooleanReturn true if this drawing/component should be included in post processing at FinalizeFilesInStructure.
Availability
See Also