Description
The duration after the event that the B-Plane will be displayed. Uses Time Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property AfterEvent() As Double
|
[C#] |
---|
public double AfterEvent {get; set;}
|
[Managed C++] |
---|
public: __property double get_AfterEvent(); public: __property void set_AfterEvent(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_AfterEvent(
double * pVal
);
public: HRESULT put_AfterEvent(
double AfterEvent
);
|
[Java] |
---|
public double getAfterEvent();
public void setAfterEvent(
double
);
|
See Also