AGI Real-Time Framework 11 Send comments on this topic.
Dismissed Property (IAgRtEventEntity)
See Also 





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 * pRetVal
);
public: HRESULT put_Dismissed(
VARIANT_BOOL NewDismissed
);

[Java]
public bool getDismissed();public void setDismissed(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1