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