  | CTExtensionGetSpecificInterface Method  | 
Note: This API is now obsolete.
 
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll)
Syntax[ObsoleteAttribute("GetSpecificInterface is deprecated, please use GetSpecificInterface2 instead.")]
public Object GetSpecificInterface(
	ctExtensionInterface eInterfaceType
)<ObsoleteAttribute("GetSpecificInterface is deprecated, please use GetSpecificInterface2 instead.")>
Public Function GetSpecificInterface ( 
	eInterfaceType As ctExtensionInterface
) As ObjectParameters
- eInterfaceType
 - Type: CTEngineLibctExtensionInterface
Type of the requested interface. 
Return Value
Type: 
ObjectThe interface or NULL if not available
See Also