AGI STK Objects 11Send comments on this topic.
Add Method (IAgScheduleTimeCollection)
See Also 
Start
The start time.
Stop
The stop time.
Name
The path to the target object.
Windows






Windows & Linux

Description

Adds a schedule time item 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, _
   ByVal Name As String _
) As IAgScheduleTime
[C#]
public IAgScheduleTime Add(
   System.Object Start,
   System.Object Stop,
   string Name
);
[Managed C++]
public: IAgScheduleTime^ Add(
   VARIANT Start,
   VARIANT Stop,
   String __gc ^ Name
);
[Java]
public IAgScheduleTime add(
   Variant Start,
   Variant Stop,
   String Name
);
[Unmanaged C++]
public: HRESULT Add(
   VARIANT Start,
   VARIANT Stop,
   BSTR Name,
   IAgScheduleTime ** ReturnValue
);

Parameters

Start
The start time.
Stop
The stop time.
Name
The path to the target object.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.