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


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

INAServerLocationAllocationResults.DemandPoints Property

RecordSet of DemandPoints returned from the network analysis.

[Visual Basic .NET]
Public ReadOnly Property DemandPoints As IRecordSet
[C#]
public IRecordSet DemandPoints {get;}
[C++]
HRESULT get_DemandPoints(
  IRecordSet** DemandPoints
);
[C++]
Parameters
DemandPoints [out, retval]

DemandPoints is a parameter of type IRecordSet**

Product Availability

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

Remarks

DemandPoints returns an IRecordSet that holds the demand points used during analysis.

See Also

INAServerLocationAllocationResults Interface