 | CTExtensionIsInitialized Method |
[This is preliminary documentation and is subject to change.]
Getter to indicate if this extension is currently initialized or not.
Namespace: CTExtensionsAssembly: CTInterface (in CTInterface.dll)
Syntaxpublic virtual bool IsInitialized()
Public Overridable Function IsInitialized As Boolean
Return Value
Type:
BooleanTrue if initialized, false otherwise.
See Also