STK UtilSend comments on this topic.
IsSucceeded Property (IAgExecCmdResult)
See Also
Windows





Windows & Linux

Description

Indicates whether the object contains valid results.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsSucceeded() As Boolean
[C#]
public bool IsSucceeded {get;}
[Managed C++]
public: __property bool get_IsSucceeded();
[Unmanaged C++]
public: HRESULT get_IsSucceeded(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getIsSucceeded();
[Python - STK API ]
@property
def IsSucceeded(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.