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





Windows & Linux

Description

Get the parameters of the selected plugin.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.