Get the drop out, i.e. data that is outside the time out gap.
Read-only property
[Visual Basic .NET] |
---|
Public Property DropOut() As IAgVeGfxAttributesBasic |
[C#] |
---|
public IAgVeGfxAttributesBasic DropOut {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxAttributesBasic ^ get_DropOut(); |
[Unmanaged C++] |
---|
public: HRESULT get_DropOut( IAgVeGfxAttributesBasic ** ppVal ); |
[Java] |
---|
public IAgVeGfxAttributesBasic getDropOut(); |
[Python - STK API ] |
---|
@property def DropOut(self) -> "IAgVeGfxAttributesBasic": |