This document is archived and information here might be outdated. Recommended version. |
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**