Returns the type of direction currently being
used.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property DirectionType() As AgEDirectionType
|
| [C#] |
|---|
public AgEDirectionType DirectionType {get;}
|
| [Managed C++] |
|---|
public: __property AgEDirectionType get_DirectionType();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DirectionType(
|
| [Java] |
|---|
public AgEDirectionType getDirectionType();
|