| 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.InterfacesAssembly: CTInterface (in CTInterface.dll)
Syntax public virtual void Init(
CTExportProfile poExportProfile
)
Public Overridable Sub Init (
poExportProfile As CTExportProfile
)
Parameters
- poExportProfile
- Type: CTExportProfile
Current export profile.
Availability See Also