Gets or sets the direction to search for the desired value.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Direction() As AgEVACalcObjectDirection |
| [C#] |
|---|
public AgEVACalcObjectDirection Direction {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVACalcObjectDirection get_Direction(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVACalcObjectDirection getDirection(); public void setDirection( AgEVACalcObjectDirection ); |
[Python - STK API ] |
|---|
@property def Direction(self) -> "AgEVACalcObjectDirection": @Direction.setter def Direction(self, InVal:"AgEVACalcObjectDirection") -> None: |






