ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureNode.GetIncidentLinks Method

Provides access to the incident links of the schematic in memory feature node relative to the specified end point type.

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

Parameters

EndPointType [in]

  EndPointType is a parameter of type esriSchematicEndPointType

Links [out, retval]

  Links is a parameter of type IEnumSchematicInMemoryFeatureLink

Product Availability

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

See Also

ISchematicInMemoryFeatureNode Interface

.NET Samples

Implementing extended criteria for some predefined schematic rules (Code Files: CollapseRelatedElts) |