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) Version: 25.0
Syntax
public Object[] GetSpecificInterfaces(
	ctExtensionInterface eInterfaceType
)

Parameters

eInterfaceType  ctExtensionInterface
Type of the requested interface.

Return Value

Object
Interfaces in array or NULL if not available
See Also