Get the list of droplines from the vehicle's current positions.
Read-only property
[Visual Basic .NET] |
---|
Public Property Position() As IAgVeVODropLinePosItemCollection |
[C#] |
---|
public IAgVeVODropLinePosItemCollection Position {get;} |
[Managed C++] |
---|
public: __property IAgVeVODropLinePosItemCollection ^ get_Position(); |
[Unmanaged C++] |
---|
public: HRESULT get_Position( IAgVeVODropLinePosItemCollection ** ppVal ); |
[Java] |
---|
public IAgVeVODropLinePosItemCollection getPosition(); |
[Python - STK API ] |
---|
@property def Position(self) -> "IAgVeVODropLinePosItemCollection": |