AGI STK Objects 11 Send comments on this topic.
AfterEvent Property (IAgVeVOBPlaneEvent)
See Also 





Description

The duration after the event that the B-Plane will be displayed. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AfterEvent() As Double

[C#]
public double AfterEvent {get; set;}

[Managed C++]
public: __property double get_AfterEvent();
public: __property void set_AfterEvent(
double
);

[Unmanaged C++]
public: HRESULT get_AfterEvent(
double * pRetVal
);
public: HRESULT put_AfterEvent(
double NewAfterEvent
);

[Java]
public double getAfterEvent();public void setAfterEvent(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1