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


INAServerLocationAllocationParams.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 > INAServerLocationAllocationParams Interface > INAServerLocationAllocationParams.DemandPoints Property
ArcGIS Developer Help

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 [in]

DemandPoints is a parameter of type INAServerLocations* DemandPoints [out, retval]
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