This document is archived and information here might be outdated. Recommended version. |
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*