AGI STK Objects 11Send 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
[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

© 2018 Analytical Graphics, Inc. All Rights Reserved.