This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDisplayEdge Interface > IMdDisplayEdge.Direction Property (ArcObjects .NET 10.4 SDK) |
The direction of the display edge object.
[Visual Basic .NET] Public Property Direction As Integer
[C#] public int Direction {get; set;}
[C++]
HRESULT get_Direction(
long* pDirection
);
[C++]
HRESULT put_Direction(
long pDirection
);
[C++]
Parameters pDirection [out, retval] pDirection is a parameter of type long pDirection [in] pDirection is a parameter of type long