|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAContextHelper
Provides access to the helper class to get the network analysis context.
The INAContextHelper interface is the main interface of the NAContextHelper object whose purpose is to maintain a weak reference to the NAContext to avoid circular references.
When passed a reference to a INAContextHelper interface, it is because you should not have a strong reference to the NAContext object itself. Instead, keep a reference to the NAContextHelper and get the NAContext object from the NAContext property on the INAContextHelper interface instead.
Method Summary | |
---|---|
INAContext |
getNAContext()
The network analysis context. |
Method Detail |
---|
INAContext getNAContext() throws IOException, AutomationException
NAContext returns the NAContext.
When passed a reference to an INAContextHelper interface, it is because you should not have a strong reference to the NAContext object itself. Instead, keep a reference to the NAContextHelper and get the NAContext object from the NAContext property on the INAContextHelper interface instead.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |