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


INAContextEdit.Result Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEdit Interface > INAContextEdit.Result Property
ArcGIS Developer Help

INAContextEdit.Result Property

The result of the analysis.

[Visual Basic .NET]
Public WriteOnly Property Result
[C#]
public void Result {set;}
[C++]
HRESULT putref_Result(
  INAResult* 
);
[C++]
Parameters
 [in]

is a parameter of type INAResult*

Product Availability

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

Remarks

The Result property is set by the solver after performing a network analysis.

This property should only be set by a custom solver after performing network analysis.

See Also

INAContextEdit Interface