ArcObjects Library Reference (NetworkAnalyst)  

INAODCostMatrix.DefaultValue Property

The value returned for un-populated matrix enteries.

[Visual Basic .NET]
Public Function get_DefaultValue ( _
    ByVal attributeIndex As Integer _
) As Double
[C#]
public double get_DefaultValue (
    int attributeIndex
);
[C++]
HRESULT get_DefaultValue(
  long attributeIndex,
  double* Value
);
[C++]

Parameters

attributeIndex [in]   attributeIndex is a parameter of type long Value [out, retval]   Value is a parameter of type double

Product Availability

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

Remarks

Returns the default value for a specified cost attribute. The cost attribute index is specified with respect to the array of cost attribute names associated with the matrix object. This is the value returned by the INAODCostMatrix.Value method for unpopulated matrix entries.

See Also

INAODCostMatrix Interface