STK ObjectsSend comments on this topic.
STKPreferencesPythonPlugins Property (IAgStkPreferences)
See Also
Windows





Windows & Linux

Description

Configures STK Python plugin preferences.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property STKPreferencesPythonPlugins() As IAgStkPreferencesPythonPlugins
[C#]
public IAgStkPreferencesPythonPlugins STKPreferencesPythonPlugins {get;}
[Managed C++]
public: __property IAgStkPreferencesPythonPlugins ^ get_STKPreferencesPythonPlugins();
[Unmanaged C++]
public: HRESULT get_STKPreferencesPythonPlugins(
    IAgStkPreferencesPythonPlugins ** ppRetVal
);
[Java]
public IAgStkPreferencesPythonPlugins getSTKPreferencesPythonPlugins();
[Python - STK API ]
@property
def STKPreferencesPythonPlugins(self) -> "IAgStkPreferencesPythonPlugins":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.