STK ObjectsSend comments on this topic.
Plugin Property (IAgAccessCnstrNoiseTemperature)
See Also
Windows





Windows & Linux

Description

Use User-Supplied Plugin.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Plugin() As Boolean
[C#]
public bool Plugin {get; set;}
[Managed C++]
public: __property bool get_Plugin();
public: __property void set_Plugin( bool );
[Unmanaged C++]
public: HRESULT get_Plugin(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Plugin(
    VARIANT_BOOL Plugin
);
[Java]
public bool getPlugin();
public void setPlugin(
    bool
);
[Python - STK API ]
@property
def Plugin(self) -> bool:

@Plugin.setter
def Plugin(self, Plugin:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.