Click or drag to resize

FileHandlerExtensionGetParentDrawings Method

Return filenames of drawings that reference to given filename and configuration.

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual Array GetParentDrawings(
	string bsFileName,
	string bsConfiguration
)

Parameters

bsFileName
Type: SystemString
Full path to source file
bsConfiguration
Type: SystemString
Source file configuration or null/empty to ignore configuration

Return Value

Type: Array
Array of CTEngineLib.CTGeneric where mbsName = filename and mbsDescription = referenced configuration; or null if none.
Availability

CUSTOMTOOLS 2019 SP0


See Also