Get the active performance model for the given category type.
[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": |
- Type