Click or drag to resize
CTExtensionGetSpecificInterfaces Method
Calls GetInterface2(ctExtensionInterface) and verifies that returned types are valid before passing it to the core.

Namespace: CTExtensions
Assembly: CTInterface (in CTInterface.dll)
Syntax
public Object[] GetSpecificInterfaces(
	ctExtensionInterface eInterfaceType
)

Parameters

eInterfaceType
Type: CTEngineLibctExtensionInterface
Type of the requested interface.

Return Value

Type: Object
Interfaces in array or NULL if not available
See Also