This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IG > IGPNAUtilities Interface > IGPNAUtilities.DecodeNALayer Method (ArcObjects .NET 10.4 SDK) |
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,
INALayer** NALayer
);
[C++]
Parameters Value [in]
Value is a parameter of type IGPValue NALayer [out, retval]
NALayer is a parameter of type INALayer
DecodeGPNALayer takes in a GPValue and queries a GPNALayer from it.