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.SetDisplayEdge Method (ArcObjects .NET 10.5 SDK) |
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