Get a list of droplines from the MTO'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(); |