Configures STK Python plugin preferences.
Read-only property
[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": |