STK AgAsHpopPluginSend comments on this topic.
Register Method (IAgAsEOMFuncPlugin)
See Also
pRegisterHandler
Windows





Windows & Linux

Description

Method to register the plugin's inputs, outputs, and events

Syntax

[Visual Basic .NET]
Public Function Register( _
    ByVal pRegisterHandler As IAgAsEOMFuncPluginRegisterHandler _
) As Boolean
[Managed C++]
public: bool Register(
    IAgAsEOMFuncPluginRegisterHandler ^ pRegisterHandler
);
[Unmanaged C++]
public: HRESULT Register(
    IAgAsEOMFuncPluginRegisterHandler * pRegisterHandler,
    VARIANT_BOOL * pResult
);
[Python - STK API ]
def Register(self, pRegisterHandler:"IAgAsEOMFuncPluginRegisterHandler") -> bool:

Parameters

pRegisterHandler

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.