STK ObjectsSend comments on this topic.
BeforeEvent Property (IAgVeVOBPlaneEvent)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BeforeEvent() As Double
[C#]
public double BeforeEvent {get; set;}
[Managed C++]
public: __property double get_BeforeEvent();
public: __property void set_BeforeEvent( double );
[Unmanaged C++]
public: HRESULT get_BeforeEvent(
    double * pVal
);
public: HRESULT put_BeforeEvent(
    double BeforeEvent
);
[Java]
public double getBeforeEvent();
public void setBeforeEvent(
    double
);
[Python - STK API ]
@property
def BeforeEvent(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.