Initializes a time display condition with a Time Interval.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsTimeIntervalDisplayCondition InitializeWithTimeInterval( System.Array TimeInterval ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsTimeIntervalDisplayCondition^ InitializeWithTimeInterval( System::Array ^ TimeInterval ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsTimeIntervalDisplayCondition initializeWithTimeInterval( AgSafeArray TimeInterval ); |
[Python - STK API ] |
|---|
def InitializeWithTimeInterval(self, TimeInterval:list) -> "IAgStkGraphicsTimeIntervalDisplayCondition": |
- TimeInterval
- An array containing the time interval to assign to the display condition, in the order start time, stop time.
Shows the format of the TimeInterval parameter when creating a time interval display condition.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the TimeInterval parameter when creating a time interval display condition.
| [Visual Basic .NET] | ||
|---|---|---|
| ||






