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


IMdDisplayEdge.Direction Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDisplayEdge Interface > IMdDisplayEdge.Direction Property
ArcGIS Developer Help

IMdDisplayEdge.Direction Property

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(
  System.Int32* 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

Product Availability

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

See Also

IMdDisplayEdge Interface