STK AstrogatorSend comments on this topic.
SelectPluginByName Method (IAgVAAttitudeControlFinitePlugin)
See Also
Name
Windows





Windows & Linux

Description

Selects plugin using the plugin name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.