STK ObjectsSend comments on this topic.
Direction Property (IAgVeDefinition)
See Also
Windows





Windows & Linux

Description

Descending or ascending.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Direction() As AgEVeDirection
[C#]
public AgEVeDirection Direction {get; set;}
[Managed C++]
public: __property AgEVeDirection get_Direction();
public: __property void set_Direction( AgEVeDirection );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.