This document is archived and information here might be outdated.  Recommended version.


INAServerLocationAllocationParams.ReturnDemandPoints Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerLocationAllocationParams.ReturnDemandPoints Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

INAServerLocationAllocationParams Interface