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


ISchematicNetworkDatasetBuilder.MergeNodes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicNetworkDatasetBuilder Interface > ISchematicNetworkDatasetBuilder.MergeNodes Property
ArcGIS Developer Help

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(
  Boolean* MergeNodes
);
[C++]
Parameters
MergeNodes [in]

MergeNodes is a parameter of type bool MergeNodes [out, retval]
MergeNodes is a parameter of type 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