Adds a new element to the collection.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVeScheduleTimesElement Add( string TargetPath ); |
| [Managed C++] |
|---|
public: IAgVeScheduleTimesElement^ Add( String __gc ^ TargetPath ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVeScheduleTimesElement add( String TargetPath ); |
[Python - STK API ] |
|---|
def Add(self, TargetPath:str) -> "IAgVeScheduleTimesElement": |
- TargetPath
- The path to the Object target.






