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