STK ObjectsSend comments on this topic.
Add Method (IAgVeScheduleTimesCollection)
See Also
TargetPath
The path to the Object target.
Windows





Windows & Linux

Description

Adds a new element to the collection.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal TargetPath As String _
) As IAgVeScheduleTimesElement
[C#]
public IAgVeScheduleTimesElement Add(
    string TargetPath
);
[Managed C++]
public: IAgVeScheduleTimesElement^ Add(
    String __gc ^ TargetPath
);
[Unmanaged C++]
public: HRESULT Add(
    BSTR TargetPath,
    IAgVeScheduleTimesElement ** ppRetVal
);
[Java]
public IAgVeScheduleTimesElement add(
    String TargetPath
);
[Python - STK API ]
def Add(self, TargetPath:str) -> "IAgVeScheduleTimesElement":

Parameters

TargetPath
The path to the Object target.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.