Gets or sets the duration before the event that the B-Plane will be displayed. Uses Time Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property BeforeEvent() As Double |
[C#] |
---|
public double BeforeEvent {get; set;} |
[Managed C++] |
---|
public: __property double get_BeforeEvent(); |
[Unmanaged C++] |
---|
public: HRESULT get_BeforeEvent( double * pVal ); public: HRESULT put_BeforeEvent( double BeforeEvent ); |
[Java] |
---|
public double getBeforeEvent(); public void setBeforeEvent( double ); |