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


INAServerLocationAllocationParams.ReturnDemandPoints Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerLocationAllocationParams Interface > INAServerLocationAllocationParams.ReturnDemandPoints Property
ArcGIS Developer Help

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(
  Boolean* ReturnDemandPoints
);
[C++]
Parameters
ReturnDemandPoints [in]

ReturnDemandPoints is a parameter of type bool ReturnDemandPoints [out, retval]
ReturnDemandPoints is a parameter of type bool*

Product Availability

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

See Also

INAServerLocationAllocationParams Interface