STK AviatorSend comments on this topic.
Rename Method (IAgAvtrPerformanceModelOptions)
See Also
Type
Windows





Windows & Linux

Description

Rename the performance model.

Syntax

[Visual Basic .NET]
Public Sub Rename( _
    ByVal Type As String _
)
[C#]
public void Rename(
    string Type
);
[Managed C++]
public: void Rename(
    String __gc ^ Type
);
[Unmanaged C++]
public: HRESULT Rename(
    BSTR Type
);
[Java]
public void rename(
    String Type
);
[Python - STK API ]
def Rename(self, Type:str) -> None:

Parameters

Type

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.