This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.GetDisplayEdge Method (ArcObjects .NET 10.5 SDK) |
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