Click or drag to resize

ExportTypeExtensionInit Method

Called when this extension is selected from the export type combo for the first time. Immediately after this TypeSelected is also called.

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual void Init(
	CTExportProfile poExportProfile
)

Parameters

poExportProfile
Type: CTExportProfile
Current export profile.
Availability

CUSTOMTOOLS 2017 SP1


See Also