AGI STK Objects 11 Send comments on this topic.
SetQualifiedPath Method (IAgDisplayTimesTimeComponent)
See Also 
QualifiedPath
Windows






Windows & Linux

Description

Configure the display times using the specified time component. Allowed are only intervals and interval lists. QualifiedPath format adheres to the format used throughout VGT API (i.e. "Scenario/Scenario1 AnalysisInterval EventInterval").

Syntax

[Visual Basic .NET]
Public Sub SetQualifiedPath( _
   ByVal QualifiedPath As String _
) 

[C#]
public void SetQualifiedPath(
string QualifiedPath
);

[Managed C++]
public: void SetQualifiedPath(
String __gc ^ QualifiedPath
);

[Java]
public  setQualifiedPath(
String QualifiedPath
);

[Unmanaged C++]
public: HRESULT SetQualifiedPath(
BSTR QualifiedPath
);

Parameters

QualifiedPath

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface