This document is archived and information here might be outdated. Recommended version. |
Indicates if the ODLines class is to be populated.
[Visual Basic .NET]
Public Property PopulateODLines As Boolean
[C#]
public bool PopulateODLines {get; set;}
[C++]
HRESULT get_PopulateODLines(
Boolean* Value
);
[C++]
HRESULT put_PopulateODLines(
VARIANT_BOOL Value
);
[C++] Parameters Value [out, retval]
Value is a parameter of type bool* Value [in]
Value is a parameter of type bool
Specifies if the solver should populate the ODLines output analysis class on solve.
If this is set to True, make sure that the MatrixResultType property is set to esriNAODCostMatrixNone as only one of these can be populated by the solver.