STK ObjectsSend comments on this topic.
Add Method (IAgVeVOIntervalsCollection)
See Also
start
The start time of the interval
stop
The stop time of the interval.
Windows





Windows & Linux

Description

Adds a new element to the collection. Start/Stop use DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal start As System.Object, _
    ByVal stop As System.Object _
) As IAgVeVOIntervalsElement
[C#]
public IAgVeVOIntervalsElement Add(
    System.Object start,
    System.Object stop
);
[Managed C++]
public: IAgVeVOIntervalsElement^ Add(
    VARIANT start,
    VARIANT stop
);
[Unmanaged C++]
public: HRESULT Add(
    VARIANT start,
    VARIANT stop,
    IAgVeVOIntervalsElement ** ppRetVal
);
[Java]
public IAgVeVOIntervalsElement add(
    AgVariant start,
    AgVariant stop
);
[Python - STK API ]
def Add(self, start:typing.Any, stop:typing.Any) -> "IAgVeVOIntervalsElement":

Parameters

start
The start time of the interval
stop
The stop time of the interval.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.