Returns an interface allowing to configure vehicle's drop lines.
Read-only property
[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": |