This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAODCostMatrixSolver2 Interface > INAODCostMatrixSolver2.PopulateODLines Property (ArcObjects .NET 10.5 SDK) |
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
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.