STK ObjectsSend comments on this topic.
PluginSettings Property (IAgSRPModelPlugin)
See Also
Windows





Windows & Linux

Description

The parameters of the selected plugin.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PluginSettings() As IAgSRPModelPluginSettings
[C#]
public IAgSRPModelPluginSettings PluginSettings {get;}
[Managed C++]
public: __property IAgSRPModelPluginSettings ^ get_PluginSettings();
[Unmanaged C++]
public: HRESULT get_PluginSettings(
    IAgSRPModelPluginSettings ** ppVal
);
[Java]
public IAgSRPModelPluginSettings getPluginSettings();
[Python - STK API ]
@property
def PluginSettings(self) -> "IAgSRPModelPluginSettings":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.