 | ExportBase<FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE>.GetInterface2 Method |
Namespace:
CTExtensions.ExportCore
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic override IExtensionInterface[] GetInterface2(
ctExtensionInterface eType
)
Public Overrides Function GetInterface2 (
eType As ctExtensionInterface
) As IExtensionInterface()
Parameters
- eType
- Type: CTEngineLib.ctExtensionInterface
Requested interface type.
Return Value
Type:
IExtensionInterface[]Array of objects of requested type.
See Also