This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureNode Interface > ISchematicInMemoryFeatureNode.GetIncidentSubLinks Method (ArcObjects .NET 10.4 SDK) |
Provides access to the incident sublinks of the schematic in memory feature node relative to the specified end point type.
[Visual Basic .NET] Public Function GetIncidentSubLinks ( _ ByVal EndPointType As esriSchematicEndPointType _ ) As IEnumSchematicInMemoryFeatureLink
[C#] public IEnumSchematicInMemoryFeatureLink GetIncidentSubLinks ( esriSchematicEndPointType EndPointType );
[C++]
HRESULT GetIncidentSubLinks(
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