Click or drag to resize
CTExtensionGetSpecificInterface Method

Note: This API is now obsolete.

Calls GetInterface2(ctExtensionInterface) and verifies that returned type is valid before passing it to the core.

Namespace: CTExtensions
Assembly: CTInterface (in CTInterface.dll)
Syntax
[ObsoleteAttribute("GetSpecificInterface is deprecated, please use GetSpecificInterface2 instead.")]
public Object GetSpecificInterface(
	ctExtensionInterface eInterfaceType
)

Parameters

eInterfaceType
Type: CTEngineLibctExtensionInterface
Type of the requested interface.

Return Value

Type: Object
The interface or NULL if not available
See Also