STK ObjectsSend comments on this topic.
IsFailure Property (IAgDrTextMessage)
See Also
Windows





Windows & Linux

Description

Determines if the message represents a failure notification.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.