ArcObjects Library Reference (Geoprocessing)  

IMdDiagramProperties.SetDisplayEdge Method

Sets display edge.

[Visual Basic .NET]
Public Sub SetDisplayEdge ( _
    ByVal edgeType As esriMdConnectionType, _
    ByVal pDisplayEdge As IMdDisplayEdge _
)
[C#]
public void SetDisplayEdge (
    esriMdConnectionType edgeType,
    IMdDisplayEdge pDisplayEdge
);
[C++]
HRESULT SetDisplayEdge(
  esriMdConnectionType edgeType,
  IMdDisplayEdge* pDisplayEdge
);
[C++]

Parameters

edgeType [in]

  edgeType is a parameter of type esriMdConnectionType

pDisplayEdge [in]

  pDisplayEdge is a parameter of type IMdDisplayEdge

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMdDiagramProperties Interface