STK ObjectsSend comments on this topic.
DropLines Property (IAgMsVO)
See Also
Windows





Windows & Linux

Description

Returns an interface allowing to configure vehicle's drop lines.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DropLines() As IAgVeVOTrajectoryDropLines
[C#]
public IAgVeVOTrajectoryDropLines DropLines {get;}
[Managed C++]
public: __property IAgVeVOTrajectoryDropLines ^ get_DropLines();
[Unmanaged C++]
public: HRESULT get_DropLines(
    IAgVeVOTrajectoryDropLines ** ppVal
);
[Java]
public IAgVeVOTrajectoryDropLines getDropLines();
[Python - STK API ]
@property
def DropLines(self) -> "IAgVeVOTrajectoryDropLines":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.