AGI STK VGT 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.