Returns whether the component is ready. The component is ready if it's been fully initialized.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsReady() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_IsReady(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public bool getIsReady(); |
| [Python - STK API] |
|---|
@property def IsReady(self) -> bool: |





