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


IGPNAUtilities.DecodeNALayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IG > IGPNAUtilities Interface > IGPNAUtilities.DecodeNALayer Method
ArcGIS Developer Help

IGPNAUtilities.DecodeNALayer Method

Returns the network analyst layer specified by the given geoprocessing value object.

[Visual Basic .NET]
Public Function DecodeNALayer ( _
    ByVal Value As IGPValue _
) As INALayer
[C#]
public INALayer DecodeNALayer (
    IGPValue Value
);
[C++]
HRESULT DecodeNALayer(
  IGPValue* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type IGPValue*

Product Availability

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

Remarks

DecodeGPNALayer takes in a GPValue and queries a GPNALayer from it.

See Also

IGPNAUtilities Interface