STK ObjectsSend comments on this topic.
Position Property (IAgMtoVODropLines)
See Also
Windows





Windows & Linux

Description

Get a list of droplines from the MTO's current positions.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.