STK AviatorSend comments on this topic.
GetPerformanceModelByType Method (IAgAvtrPhase)
See Also
Type
Windows





Windows & Linux

Description

Get the active performance model for the given category type.

Syntax

[Visual Basic .NET]
Public Function GetPerformanceModelByType( _
    ByVal Type As String _
) As IAgAvtrPerformanceModelOptions
[C#]
public IAgAvtrPerformanceModelOptions GetPerformanceModelByType(
    string Type
);
[Managed C++]
public: IAgAvtrPerformanceModelOptions^ GetPerformanceModelByType(
    String __gc ^ Type
);
[Unmanaged C++]
public: HRESULT GetPerformanceModelByType(
    BSTR Type,
    IAgAvtrPerformanceModelOptions ** ppPerformanceModel
);
[Java]
public IAgAvtrPerformanceModelOptions getPerformanceModelByType(
    String Type
);
[Python - STK API ]
def GetPerformanceModelByType(self, Type:str) -> "IAgAvtrPerformanceModelOptions":

Parameters

Type

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.