Click or drag to resize

CTExtensionIsInitialized Method

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