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


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

ISchematicAnalystFindLoops.SelectNode Property

Indicates if the schematic nodes that belong to the Find Loops trace result must be selected.

[Visual Basic .NET]
Public Property SelectNode As Boolean
[C#]
public bool SelectNode {get; set;}
[C++]
HRESULT get_SelectNode(
  Boolean* SelectNode
);
[C++]
HRESULT put_SelectNode(
  VARIANT_BOOL SelectNode
);
[C++]
Parameters
SelectNode [out, retval]

SelectNode is a parameter of type bool* SelectNode [in]
SelectNode is a parameter of type bool

Product Availability

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

See Also

ISchematicAnalystFindLoops Interface