 | CTExtension.GetInterface2 Method |
Implementation of this function should return objects implementing the requested
type in every case if this extension supports the interface, including when
this extension is not initialized. If this extension is not initialized,
the only function that might get called is GetParent().
Namespace:
CTExtensions
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic virtual IExtensionInterface[] GetInterface2(
ctExtensionInterface eType
)
Public Overridable Function GetInterface2 (
eType As ctExtensionInterface
) As IExtensionInterface()
Parameters
- eType
- Type: CTEngineLib.ctExtensionInterface
Requested type
Return Value
Type:
IExtensionInterface[]Object array corresponding to requested type.
See Also