STK AviatorSend comments on this topic.
CopyFromCatalog Method (IAgAvtrPerformanceModelOptions)
See Also
Name
Windows





Windows & Linux

Description

Create a copy of the performance model in the catalog with the given name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.