ArcObjects Library Reference (NetworkAnalyst)  

INAODCostMatrix.OriginCount Property

The number of origin locations.

[Visual Basic .NET]
Public ReadOnly Property OriginCount As Integer
[C#]
public int OriginCount {get;}
[C++]
HRESULT get_OriginCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

Remarks

Returns the number of origin locations associated with the matrix object.

See Also

INAODCostMatrix Interface