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) Version: 25.0
Syntax
[ObsoleteAttribute("GetSpecificInterface is deprecated, please use GetSpecificInterface2 instead.")]
public Object GetSpecificInterface(
	ctExtensionInterface eInterfaceType
)

Parameters

eInterfaceType  ctExtensionInterface
Type of the requested interface.

Return Value

Object
The interface or NULL if not available
See Also