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


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

ISchematicStandardBuilder.AddConnectedNodes Property

Indicates if the extremity nodes for the links currently highlighted in the map must be automatically added by the schematic Standard builder even if they are not highlighted.

[Visual Basic .NET]
Public Property AddConnectedNodes As Boolean
[C#]
public bool AddConnectedNodes {get; set;}
[C++]
HRESULT get_AddConnectedNodes(
  VARIANT_BOOL AddConnectedNodes
);
[C++]
HRESULT put_AddConnectedNodes(
  Boolean* AddConnectedNodes
);
[C++]
Parameters
AddConnectedNodes [in]

AddConnectedNodes is a parameter of type bool AddConnectedNodes [out, retval]
AddConnectedNodes is a parameter of type bool*

Product Availability

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

See Also

ISchematicStandardBuilder Interface