| CTExtensionGetInterface Method |
Note: This API is now obsolete.
Implementation of this function should return object implementing the requested
type in every case if this extension supports the interface, including when
this extension is not initialized. If this extension is not initialized,
the only function that might get called is GetParent().
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll)
Syntax [ObsoleteAttribute("GetInterface is deprecated, please use GetInterface2 instead.")]
public virtual IExtensionInterface GetInterface(
ctExtensionInterface eType
)
<ObsoleteAttribute("GetInterface is deprecated, please use GetInterface2 instead.")>
Public Overridable Function GetInterface (
eType As ctExtensionInterface
) As IExtensionInterface
Parameters
- eType
- Type: CTEngineLibctExtensionInterface
Requested type
Return Value
Type:
IExtensionInterfaceObject corresponding to requested type.
See Also