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


ISchematicInMemoryFeatureNode.GetIncidentLinksAndSubLinks Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureNode Interface > ISchematicInMemoryFeatureNode.GetIncidentLinksAndSubLinks Method
ArcGIS Developer Help

ISchematicInMemoryFeatureNode.GetIncidentLinksAndSubLinks Method

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

[Visual Basic .NET]
Public Function GetIncidentLinksAndSubLinks ( _
    ByVal EndPointType As esriSchematicEndPointType _
) As IEnumSchematicInMemoryFeatureLink
[C#]
public IEnumSchematicInMemoryFeatureLink GetIncidentLinksAndSubLinks (
    esriSchematicEndPointType EndPointType
);
[C++]
HRESULT GetIncidentLinksAndSubLinks(
  esriSchematicEndPointType EndPointType
);
[C++]
Parameters
EndPointType [in]

EndPointType is a parameter of type esriSchematicEndPointType

Product Availability

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

See Also

ISchematicInMemoryFeatureNode Interface