This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IG > IGPNAUtilities Interface > IGPNAUtilities.DecodeDENetwork Method (ArcObjects .NET 10.4 SDK) |
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
DecodeDENetwork takes in a GPValue and queries a DENetworkDataset from it.