This document is archived and information here might be outdated.  Recommended version.


INAODCostMatrixSolver2.PopulateODLines Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAODCostMatrixSolver2 Interface > INAODCostMatrixSolver2.PopulateODLines Property
ArcGIS Developer Help

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(
  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

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