AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.