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 RelativeIntervalDuration
);
|
[Java] |
---|
public double getRelativeIntervalDuration();
public void setRelativeIntervalDuration(
double
);
|
[Python - STK API] |
---|
@property
def RelativeIntervalDuration(self) -> float:
@RelativeIntervalDuration.setter
def RelativeIntervalDuration(self, RelativeIntervalDuration:float) -> None:
|
See Also