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