Click or drag to resize
CTExtensionIsInitialized Method

[This is preliminary documentation and is subject to change.]

Getter to indicate if this extension is currently initialized or not.

Namespace: CTExtensions
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual bool IsInitialized()

Return Value

Type: Boolean
True if initialized, false otherwise.
See Also