Get 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(
|
| [Java] |
|---|
public IAgVeVODropLinePosItemCollection getPosition();
|