Initializes a time display condition with a
Time Interval.
| [Visual Basic .NET] |
|---|
Public Function InitializeWithTimeInterval( _
ByRef TimeInterval As System.Array _
) As IAgStkGraphicsTimeIntervalDisplayCondition
|
| [C#] |
|---|
public IAgStkGraphicsTimeIntervalDisplayCondition InitializeWithTimeInterval(
|
| [Managed C++] |
|---|
public: IAgStkGraphicsTimeIntervalDisplayCondition^ InitializeWithTimeInterval(
|
| [Java] |
|---|
public IAgStkGraphicsTimeIntervalDisplayCondition initializeWithTimeInterval(
|
| [Unmanaged C++] |
|---|
public: HRESULT InitializeWithTimeInterval(
|
- 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#] | Copy Code
|
|
|---|---|---|
|
||
Shows the format of
the TimeInterval parameter when creating a time interval display
condition.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||