Click or drag to resize
CTExtensionGetSpecificInterface Method

[This is preliminary documentation and is subject to change.]

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

Namespace: CTExtensions
Assembly: CTInterface (in CTInterface.dll)
Syntax
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