STK Vector Geometry ToolSend comments on this topic.
IntervalDuration Property (IAgCrdnSatisfactionConditionFilter)
See Also
Windows





Windows & Linux

Description

A duration of time the condition must be satisfied.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IntervalDuration() As Double
[C#]
public double IntervalDuration {get; set;}
[Managed C++]
public: __property double get_IntervalDuration();
public: __property void set_IntervalDuration( double );
[Unmanaged C++]
public: HRESULT get_IntervalDuration(
    double * pRetVal
);
public: HRESULT put_IntervalDuration(
    double IntervalDuration
);
[Java]
public double getIntervalDuration();
public void setIntervalDuration(
    double
);
[Python - STK API ]
@property
def IntervalDuration(self) -> float:

@IntervalDuration.setter
def IntervalDuration(self, IntervalDuration:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.