STK ObjectsSend comments on this topic.
Add Method (IAgVeGfxIntervalsCollection)
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 params use DateFormat Dimension.

Syntax

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

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.