ArcObjects Library Reference (Schematic)  

ISchematicRulesHelper.GetDisplayedIncidentLinks Method

Hide a schematic feature.

[Visual Basic .NET]
Public Function GetDisplayedIncidentLinks ( _
    ByVal InMemoryNode As ISchematicInMemoryFeatureNode, _
    ByVal EndPointType As esriSchematicEndPointType _
) As IEnumSchematicInMemoryFeature
[C#]
public IEnumSchematicInMemoryFeature GetDisplayedIncidentLinks (
    ISchematicInMemoryFeatureNode InMemoryNode,
    esriSchematicEndPointType EndPointType
);
[C++]
HRESULT GetDisplayedIncidentLinks(
  ISchematicInMemoryFeatureNode* InMemoryNode,
  esriSchematicEndPointType EndPointType,
  IEnumSchematicInMemoryFeature** EnumInMemoryLink
);
[C++]

Parameters

InMemoryNode [in]

  InMemoryNode is a parameter of type ISchematicInMemoryFeatureNode

EndPointType [in]

  EndPointType is a parameter of type esriSchematicEndPointType

EnumInMemoryLink [out, retval]

  EnumInMemoryLink is a parameter of type IEnumSchematicInMemoryFeature

Product Availability

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

See Also

ISchematicRulesHelper Interface