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 * pRetVal ); public: HRESULT put_BeforeEvent( double NewBeforeEvent );
|
| [Java] |
|---|
public double getBeforeEvent();public void setBeforeEvent( double );
|
See Also