Opt to limit the duration to the maximum possible time if the duration exceeds the time limit.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseMaxPointStopTime() As Boolean |
[C#] |
---|
public bool UseMaxPointStopTime {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseMaxPointStopTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseMaxPointStopTime( VARIANT_BOOL * pVal ); public: HRESULT put_UseMaxPointStopTime( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseMaxPointStopTime(); public void setUseMaxPointStopTime( bool ); |