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


IMdDiagramProperties.SetDisplayEdge Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.SetDisplayEdge Method
ArcGIS Developer Help

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