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





Windows & Linux

Description

Returns an interface allowing you to configure the MTO's drop lines.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.