This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAnalystFindConnected Interface > ISchematicAnalystFindConnected.SelectNode Property (ArcObjects .NET 10.5 SDK) |
Indicates if the schematic nodes that belong to the Find Connected trace result must be selected.
[Visual Basic .NET] Public Property SelectNode As Boolean
[C#] public bool SelectNode {get; set;}
[C++]
HRESULT get_SelectNode(
VARIANT_BOOL* SelectNode
);
[C++]
HRESULT put_SelectNode(
VARIANT_BOOL SelectNode
);
[C++]
Parameters SelectNode [out, retval] SelectNode is a parameter of type VARIANT_BOOL SelectNode [in] SelectNode is a parameter of type VARIANT_BOOL