STK ObjectsSend comments on this topic.
DropOut Property (IAgVeGfxAttributesRealtime)
See Also
Windows





Windows & Linux

Description

Get the drop out, i.e. data that is outside the time out gap.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.