STK Real-Time FrameworkSend comments on this topic.
Dismissed Property (IAgRtEventEntity)
See Also
Windows





Windows & Linux

Description

Indicates if the event has been dismissed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Dismissed() As Boolean
[C#]
public bool Dismissed {get; set;}
[Managed C++]
public: __property bool get_Dismissed();
public: __property void set_Dismissed( bool );
[Unmanaged C++]
public: HRESULT get_Dismissed(
    VARIANT_BOOL * pDismissed
);
public: HRESULT put_Dismissed(
    VARIANT_BOOL Dismissed
);
[Java]
public bool getDismissed();
public void setDismissed(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.