This document is archived and information here might be outdated. Recommended version. |
Indicates if the schematic Network Dataset builder generates only a schematic node per feature.
[Visual Basic .NET]
Public Property MergeNodes As Boolean
[C#]
public bool MergeNodes {get; set;}
[C++]
HRESULT get_MergeNodes(
VARIANT_BOOL MergeNodes
);
[C++]
HRESULT put_MergeNodes(
Boolean* MergeNodes
);
[C++] Parameters MergeNodes [in]
MergeNodes is a parameter of type bool MergeNodes [out, retval]
MergeNodes is a parameter of type bool*
When MergeNodes is enabled, network element junctions which appear several times in the resultant network analysis are represented by a single schematic node in the generated schematic diagram.
When it is disabled, several schematic nodes are created in the generated schematic diagram to represent the same network element junction.