This document is archived and information here might be outdated.  Recommended version.


INAODCostMatrix.DefaultValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAODCostMatrix Interface > INAODCostMatrix.DefaultValue Property
ArcGIS Developer Help

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,
  System.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