Default value for the field.
[Visual Basic .NET] Public Property DefaultValue As Object
[C#] public object DefaultValue {get; set;}
[C++]
HRESULT get_DefaultValue(
VARIANT* DefaultValue
);
[C++]
HRESULT put_DefaultValue(
VARIANT DefaultValue
);
[C++]Parameters
DefaultValue [out, retval] DefaultValue is a parameter of type VARIANT DefaultValue [in] DefaultValue is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
The DefaultValue specifies the value to use for this field of the network location. This value will be overridden if a candidate field name matches a field on the input cursor.