|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAVRPResult
Provides access to the VRP result object.
This interface is new at ArcGIS 9.3.
INAVRPResult is the interface provided on the NAVRPResult object to access the properties of the VRP result instance.
Method Summary | |
---|---|
INAODCostMatrix |
getInternalODCostMatrix()
The internal OD cost matrix. |
INAContext |
getInternalRouteContext()
The NAContext for the internal route problem. |
Method Detail |
---|
INAODCostMatrix getInternalODCostMatrix() throws IOException, AutomationException
The InternalODCostMatrix property provides access to the internally-managed NAODCostMatrixResult object generated or updated by the VRP solver during its last Solve operation.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INAContext getInternalRouteContext() throws IOException, AutomationException
The InternalRouteContext property provides access to the internally-managed Route NAContext object generated or updated by the VRP solver during its last Solve operation. This internal route NAContext can be used to generate directions for a given VRP instance.
If the INAVRPSolver.GenerateInternalRouteContext property is set to False, this property will return null.
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 |