|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAODCostMatrixResult
Provides access to the OD cost matrix result object.
This interface is new at ArcGIS 9.3.
INAODCostMatrixResult is used to specify the SaveMatrixOnPersist property.
Method Summary | |
---|---|
boolean |
isSaveMatrixOnPersist()
Indicates if the matrix entries are to be saved. |
void |
setSaveMatrixOnPersist(boolean value)
Indicates if the matrix entries are to be saved. |
Method Detail |
---|
boolean isSaveMatrixOnPersist() throws IOException, AutomationException
When SaveMatrixOnPersist is set to True, any persistance of the NAODCostMatrixResult object will include all of the matrix entries from the most recent solve. This is useful if, for example, you want to persist your OD Cost Matrix results to a Layer File, or to a map document.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSaveMatrixOnPersist(boolean value) throws IOException, AutomationException
When SaveMatrixOnPersist is set to True, any persistance of the NAODCostMatrixResult object will include all of the matrix entries from the most recent solve. This is useful if, for example, you want to persist your OD Cost Matrix results to a Layer File, or to a map document.
value
- The value (in)
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 |