STK ObjectsSend 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 * pVal
);
public: HRESULT put_AfterEvent(
    double AfterEvent
);
[Java]
public double getAfterEvent();
public void setAfterEvent(
    double
);
[Python - STK API ]
@property
def AfterEvent(self) -> float:

@AfterEvent.setter
def AfterEvent(self, AfterEvent:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.