 | CTExtensionGetSpecificInterface Method |
[This is preliminary documentation and is subject to change.]
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic Object GetSpecificInterface(
ctExtensionInterface eInterfaceType
)
Public Function GetSpecificInterface (
eInterfaceType As ctExtensionInterface
) As Object
Parameters
- eInterfaceType
- Type: CTEngineLibctExtensionInterface
Type of the requested interface.
Return Value
Type:
ObjectThe interface or NULL if not available
See Also