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