ArcObjects Library Reference (Schematic)  

ISchematicNetworkDatasetBuilder.MergeNodes Property

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(
  VARIANT_BOOL MergeNodes
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

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.

See Also

ISchematicNetworkDatasetBuilder Interface