STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetQualifiedPath(
    BSTR QualifiedPath
);
[Java]
public void setQualifiedPath(
    String QualifiedPath
);
[Python - STK API ]
def SetQualifiedPath(self, QualifiedPath:str) -> None:

Parameters

QualifiedPath

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.