ArcObjects Library Reference (Schematic)  

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

Parameters

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

Product Availability

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

See Also

ISchematicStandardBuilder Interface