Gets or sets the time stop condition.
Read-write property
[Visual Basic .NET] |
---|
Public Property StopAfterTime() As System.Object |
[C#] |
---|
public System.Object StopAfterTime {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_StopAfterTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_StopAfterTime( VARIANT * pVal ); public: HRESULT put_StopAfterTime( VARIANT newVal ); |
[Java] |
---|
public AgVariant getStopAfterTime(); public void setStopAfterTime( AgVariant ); |