This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicNetworkDatasetBuilder Interface > ISchematicNetworkDatasetBuilder.MergeNodes Property (ArcObjects .NET 10.4 SDK) |
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
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.