AGI STK VGT 11 Send comments on this topic.
IsReady Property (IAgCrdn)
See Also 
Windows






Windows & Linux

Description

Returns whether the component is ready. The component is ready if it's been fully initialized.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsReady() As Boolean

[C#]
public bool IsReady {get;}

[Managed C++]
public: __property bool get_IsReady();

[Unmanaged C++]
public: HRESULT get_IsReady(
VARIANT_BOOL * pRetVal
);

[Java]
public bool getIsReady();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface