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


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

INAServerLocationAllocationParams.DemandPoints Property

RecordSet or array of PropertySets representing DemandPoints loaded as network locations during analysis.

[Visual Basic .NET]
Public Property DemandPoints As INAServerLocations
[C#]
public INAServerLocations DemandPoints {get; set;}
[C++]
HRESULT get_DemandPoints(
  INAServerLocations** DemandPoints
);
[C++]
HRESULT putref_DemandPoints(
  INAServerLocations* DemandPoints
);
[C++]

Parameters DemandPoints [out, retval]
DemandPoints is a parameter of type INAServerLocations DemandPoints [in]
DemandPoints is a parameter of type INAServerLocations

Product Availability

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

See Also

INAServerLocationAllocationParams Interface