ArcObjects Library Reference (Geoprocessing)  

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(
  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

Product Availability

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

See Also

IMdDisplayEdge Interface