This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerLocationAllocationParams Interface > INAServerLocationAllocationParams.DemandPoints Property (ArcObjects .NET 10.4 SDK) |
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