STK ObjectsSend comments on this topic.
RawPluginObject Property (IAgRadarClutterMapModelPlugin)
See Also
Windows





Windows & Linux

Description

This property is deprecated. Use RawPluginObject on IAgScatteringPointModelPlugin instead. Gets the raw plugin IUnknown interface.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.