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);
Parameters
NAContext [out, retval]
NAContext is a parameter of type INAContext
NAContext [in]
NAContext is a parameter of type INAContext
Returns the NAContext associated with the NALayer.