Gets or sets the stop time. Uses current animation time if none is entered. Set this to the same value as StartTime to report at a single time.
Read-write property
[Visual Basic .NET] |
---|
Public Property StopTime() As System.Object |
[C#] |
---|
public System.Object StopTime {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_StopTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_StopTime( VARIANT * pStopTime ); public: HRESULT put_StopTime( VARIANT StopTime ); |
[Java] |
---|
public AgVariant getStopTime(); public void setStopTime( AgVariant ); |