ArcObjects Library Reference (GeoprocessingUI)  

IMdElementEditor.GetDirection Method

Returns the direction type of the given property.

[Visual Basic .NET]
Public Function GetDirection ( _
    ByVal propname As String _
) As esriMdDirection
[C#]
public esriMdDirection GetDirection (
    string propname
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementEditor Interface