Descending or ascending.
Read-write property
[Visual Basic .NET] |
---|
Public Property Direction() As AgEVeDirection |
[C#] |
---|
public AgEVeDirection Direction {get; set;} |
[Managed C++] |
---|
public: __property AgEVeDirection get_Direction(); |
[Unmanaged C++] |
---|
public: HRESULT get_Direction( AgEVeDirection * pVal ); public: HRESULT put_Direction( AgEVeDirection Direction ); |
[Java] |
---|
public AgEVeDirection getDirection(); public void setDirection( AgEVeDirection ); |
[Python - STK API ] |
---|
@property def Direction(self) -> "AgEVeDirection": @Direction.setter def Direction(self, Direction:"AgEVeDirection") -> None: |