This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAODCostMatrix Interface > INAODCostMatrix.PopulatedDestinationCount Property (ArcObjects .NET 10.4 SDK) |
For a given origin, retrieves the number of destinations with populated matrix values.
[Visual Basic .NET] Public Function get_PopulatedDestinationCount ( _ ByVal originIndex As Integer _ ) As Integer
[C#] public int get_PopulatedDestinationCount ( int originIndex );
[C++]
HRESULT get_PopulatedDestinationCount(
long originIndex,
long* Count
);
[C++]
Parameters originIndex [in] originIndex is a parameter of type long Count [out, retval] Count is a parameter of type long
For a given origin, it returns the number of destinations with populated matrix entries. A matrix entry is populated for a destination if a network path has been found from the given origin to that destination.