STK ObjectsSend comments on this topic.
GetRawPluginObject Method (IAgVePluginPropagator)
See Also
Windows





Windows & Linux

Description

Gets a raw pointer to the instance of the plugin.

Syntax

[Visual Basic .NET]
Public Function GetRawPluginObject() As Object
[C#]
public Object GetRawPluginObject();
[Managed C++]
public: IUnknown ^ GetRawPluginObject();
[Unmanaged C++]
public: HRESULT GetRawPluginObject(
    IUnknown ** ppVal
);
[Java]
public Object getRawPluginObject();
[Python - STK API ]
def GetRawPluginObject(self) -> "IUnknown":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.