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





Windows & Linux

Description

Create a new performance model of the given type.

Syntax

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

Parameters

Type

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.