AGI STK VGT 11 Send comments on this topic.
RelativeIntervalDuration Property (IAgCrdnRelativeSatisfactionConditionFilter)
See Also 





Description

A percentage of time the condition must be satisfied.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RelativeIntervalDuration() As Double

[C#]
public double RelativeIntervalDuration {get; set;}

[Managed C++]
public: __property double get_RelativeIntervalDuration();
public: __property void set_RelativeIntervalDuration(
double
);

[Unmanaged C++]
public: HRESULT get_RelativeIntervalDuration(
double * pRetVal
);
public: HRESULT put_RelativeIntervalDuration(
double NewRelativeIntervalDuration
);

[Java]
public double getRelativeIntervalDuration();public void setRelativeIntervalDuration(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1