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


IMdDiagramProperties.GetDisplayEdge Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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,
  IMdDisplayEdge** ppDisplayEdge
);
[C++]

Parameters edgeType [in]
edgeType is a parameter of type esriMdConnectionType ppDisplayEdge [out, retval]
ppDisplayEdge is a parameter of type IMdDisplayEdge

Product Availability

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

See Also

IMdDiagramProperties Interface