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