ArcObjects Library Reference (NetworkAnalyst)  

IGPNAUtilities.DecodeDENetwork Method

Returns the network dataset data element specified by the given geoprocessing value object.

[Visual Basic .NET]
Public Function DecodeDENetwork ( _
    ByVal Value As IGPValue _
) As IDENetworkDataset
[C#]
public IDENetworkDataset DecodeDENetwork (
    IGPValue Value
);
[C++]
HRESULT DecodeDENetwork(
  IGPValue* Value,
  IDENetworkDataset** network
);
[C++]

Parameters

Value [in]

  Value is a parameter of type IGPValue

network [out, retval]

  network is a parameter of type IDENetworkDataset

Product Availability

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

Remarks

DecodeDENetwork takes in a GPValue and queries a DENetworkDataset from it.

See Also

IGPNAUtilities Interface