AGI STK VGT 11Send comments on this topic.
GapDuration Property (IAgCrdnGapsFilter)
See Also
Windows






Windows & Linux

Description

Duration of the gap.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GapDuration() As Double
[C#]
public double GapDuration {get; set;}
[Managed C++]
public: __property double get_GapDuration();
public: __property void set_GapDuration( double );
[Unmanaged C++]
public: HRESULT get_GapDuration(
    double * pRetVal
);
public: HRESULT put_GapDuration(
    double GapDuration
);
[Java]
public double getGapDuration();
public void setGapDuration(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.