Adds a new element to the collection using the specified fully qualified component's path (i.e. \"Scenario/Scenario1 AnalysisInterval EventInterval\"). Only intervals, interval lists or interval collections are allowed.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgVeGfxTimeComponentsElement Add( string QualifiedPath ); |
| [Managed C++] |
|---|
public: IAgVeGfxTimeComponentsElement^ Add( String __gc ^ QualifiedPath ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgVeGfxTimeComponentsElement add( String QualifiedPath ); |
[Python - STK API ] |
|---|
def Add(self, QualifiedPath:str) -> "IAgVeGfxTimeComponentsElement": |
- QualifiedPath






