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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.