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


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

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
);
[C++]
Parameters
InMemoryNode [in]

InMemoryNode is a parameter of type ISchematicInMemoryFeatureNode* 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

ISchematicRulesHelper Interface