This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerLocationAllocationParams Interface > INAServerLocationAllocationParams.ReturnDemandPoints Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL ReturnDemandPoints
);
[C++]
Parameters ReturnDemandPoints [out, retval] ReturnDemandPoints is a parameter of type VARIANT_BOOL ReturnDemandPoints [in] ReturnDemandPoints is a parameter of type VARIANT_BOOL