STK Vector Geometry ToolSend 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();
[Python - STK API ]
@property
def IsReady(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.