 | 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) Version: 25.0
Syntaxpublic virtual void Init(
CTExportProfile poExportProfile
)
Public Overridable Sub Init (
poExportProfile As CTExportProfile
)
Parameters
- poExportProfile CTExportProfile
- Current export profile.
Revision HistoryDate | Version | Description |
---|
- | 2017 SP1 | First Release |
See Also