AGI STK Objects 11 Send comments on this topic.
Add Method (IAgVeGfxTimeComponentsCollection)
See Also 
QualifiedPath





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

[C#]
public IAgVeGfxTimeComponentsElement Add(
string QualifiedPath
);

[Managed C++]
public: IAgVeGfxTimeComponentsElement^ Add(
String __gc ^ QualifiedPath
);

[Java]
public IAgVeGfxTimeComponentsElement add(
String QualifiedPath
);

[Unmanaged C++]
public: HRESULT Add(
BSTR QualifiedPath,
IAgVeGfxTimeComponentsElement ** ReturnValue
);

Parameters

QualifiedPath

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1