STK ObjectsSend comments on this topic.
DropLines Property (IAgShVO)
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 IAgVeVORouteDropLines
[C#]
public IAgVeVORouteDropLines DropLines {get;}
[Managed C++]
public: __property IAgVeVORouteDropLines ^ get_DropLines();
[Unmanaged C++]
public: HRESULT get_DropLines(
    IAgVeVORouteDropLines ** ppVal
);
[Java]
public IAgVeVORouteDropLines getDropLines();
[Python - STK API ]
@property
def DropLines(self) -> "IAgVeVORouteDropLines":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.