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


IMdDiagramProperties.GetDisplayEdge 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.GetDisplayEdge Method
ArcGIS Developer Help

IMdDiagramProperties.GetDisplayEdge Method

Returns display edge.

[Visual Basic .NET]
Public Function GetDisplayEdge ( _
    ByVal edgeType As esriMdConnectionType _
) As IMdDisplayEdge
[C#]
public IMdDisplayEdge GetDisplayEdge (
    esriMdConnectionType edgeType
);
[C++]
HRESULT GetDisplayEdge(
  esriMdConnectionType edgeType
);
[C++]
Parameters
edgeType [in]

edgeType is a parameter of type esriMdConnectionType

Product Availability

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

See Also

IMdDiagramProperties Interface