STK Graphics PrimitivesSend comments on this topic.
RealPluginObject Property (IAgStkGraphicsProjectionRasterStreamPluginProxy)
See Also
Windows





Windows & Linux

Description

Returns a pointer to plugin object's IUnknown interface.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.