This document is archived and information here might be outdated. Recommended version. |
Indicates if the output stops recordset should be returned with the analysis results.
[Visual Basic .NET]
Public Property ReturnStops As Boolean
[C#]
public bool ReturnStops {get; set;}
[C++]
HRESULT get_ReturnStops(
VARIANT_BOOL ReturnStops
);
[C++]
HRESULT put_ReturnStops(
Boolean* ReturnStops
);
[C++] Parameters ReturnStops [in]
ReturnStops is a parameter of type bool ReturnStops [out, retval]
ReturnStops is a parameter of type bool*
ReturnStops specifies if the resulting Stop features are returned.