ArcObjects Library Reference  (NetworkAnalyst)    

INALayer.Context Property

The network analysis context.

[Visual Basic 6.0]
Property Context As INAContext
[Visual Basic .NET]
Public Property Context As INAContext
[C#]
public INAContext Context {get; set;}
[Java]
public  getContext (
    INAContext NAContext
)
[Java]
public void setContextByRef(
    INAContext NAContext
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Context(
  INAContext** NAContext
);
[C++]
HRESULT putref_Context(
  INAContext* NAContext

);

[C++]

Parameters

NAContext [out, retval]

  NAContext is a parameter of type INAContext

NAContext [in]

  NAContext is a parameter of type INAContext

Product Availability

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

Remarks

Returns the NAContext associated with the NALayer.

See Also

INALayer Interface

 


Feedback Send feedback on this page