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


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

ISchematicAnalystFindConnected.SelectLink Property

Indicates if the schematic links that belong to the Find Connected trace result must be selected.

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

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

Product Availability

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

See Also

ISchematicAnalystFindConnected Interface