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( AgEDirectionType * pType ); |
[Java] |
---|
public AgEDirectionType getDirectionType(); |
[Python - STK API ] |
---|
@property def DirectionType(self) -> "AgEDirectionType": |