| ExportBaseFIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPEGetInterface2 Method |
Namespace:
CTExtensions.ExportCore
Assembly:
CTInterface (in CTInterface.dll)
Syntax public override IExtensionInterface[] GetInterface2(
ctExtensionInterface eType
)
Public Overrides Function GetInterface2 (
eType As ctExtensionInterface
) As IExtensionInterface()
Parameters
- eType
- Type: CTEngineLibctExtensionInterface
Requested interface type.
Return Value
Type:
IExtensionInterfaceArray of objects of requested type.
See Also