ArcObjects Library Reference (Schematic)  

ISchematicAnalystFindOverlappingLinks.SelectNode Property

Indicates if the schematic nodes that belong to the Find Overlapping Links 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

Product Availability

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

See Also

ISchematicAnalystFindOverlappingLinks Interface