STK ObjectsSend comments on this topic.
RemoveSchedule Method (IAgScheduleTimeCollection)
See Also
Start
The start time.
Stop
The stop time.
Name
The path to the target object.
Windows





Windows & Linux

Description

Removes an interval using the interval interface. Start/Stop use DateFormat Dimension.

Syntax

[Visual Basic .NET]
Public Sub RemoveSchedule( _
    ByVal Start As System.Object, _
    ByVal Stop As System.Object, _
    ByVal Name As String _
)
[C#]
public void RemoveSchedule(
    System.Object Start,
    System.Object Stop,
    string Name
);
[Managed C++]
public: void RemoveSchedule(
    VARIANT Start,
    VARIANT Stop,
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT RemoveSchedule(
    VARIANT Start,
    VARIANT Stop,
    BSTR Name
);
[Java]
public void removeSchedule(
    AgVariant Start,
    AgVariant Stop,
    String Name
);
[Python - STK API ]
def RemoveSchedule(self, Start:typing.Any, Stop:typing.Any, Name:str) -> None:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.