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


ISchematicNode.IncidentLinks Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicNode.IncidentLinks Property

List of the schematic incident links for the schematic node element.

[Visual Basic .NET]
Public Function get_IncidentLinks ( _
    [ByVal EndPointType As esriSchematicEndPointType] _
) As IEnumSchematicElement
[C#]
public IEnumSchematicElement get_IncidentLinks (
    esriSchematicEndPointType EndPointType
);
[C++]
HRESULT get_IncidentLinks(
  esriSchematicEndPointType EndPointType,
  IEnumSchematicElement** Links
);
[C++]

Parameters EndPointType [in, optional, defaultvalue(3)]
EndPointType is a parameter of type esriSchematicEndPointType Links [out, retval]
Links is a parameter of type IEnumSchematicElement

Product Availability

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

See Also

ISchematicNode Interface