ArcObjects Library Reference (NetworkAnalyst)  

INAODCostMatrixSolver2.PopulateODLines Property

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(
  VARIANT_BOOL* Value
);
[C++]
HRESULT put_PopulateODLines(
  VARIANT_BOOL Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type VARIANT_BOOL Value [in]   Value is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

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.

See Also

INAODCostMatrixSolver2 Interface