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





Windows & Linux

Description

Link to the performance model in the catalog with the given name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.