| CTExtensionGetSpecificInterfaces Method |
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll)
Syntax public Object[] GetSpecificInterfaces(
ctExtensionInterface eInterfaceType
)
Public Function GetSpecificInterfaces (
eInterfaceType As ctExtensionInterface
) As Object()
Parameters
- eInterfaceType
- Type: CTEngineLibctExtensionInterface
Type of the requested interface.
Return Value
Type:
ObjectInterfaces in array or NULL if not available
See Also