STK ObjectsSend comments on this topic.
Add Method (IAgVeGfxTimeComponentsCollection)
See Also
QualifiedPath
Windows





Windows & Linux

Description

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.

Syntax

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

Parameters

QualifiedPath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.