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


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

ISchematicNode.DisplayedIncidentLinks Property

List of the schematic incident links for the schematic node that are displayed.

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

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