STK AgAsHpopPluginSend comments on this topic.
Register Method (IAgAsLightReflectionPlugin)
See Also
Result
Windows





Windows & Linux

Description

Triggered before computation starts, when configuration settings are sought. Used to used to register parameters that may be estimated.

Syntax

[Visual Basic .NET]
Public Sub Register( _
    ByVal Result As IAgAsLightReflectionResultRegister _
)
[C#]
public void Register(
    IAgAsLightReflectionResultRegister Result
);
[Managed C++]
public: void Register(
    IAgAsLightReflectionResultRegister ^ Result
);
[Unmanaged C++]
public: HRESULT Register(
    IAgAsLightReflectionResultRegister * Result
);
[Java]
public void register(
    IAgAsLightReflectionResultRegister Result
);
[Python - STK API ]
def Register(self, Result:"IAgAsLightReflectionResultRegister") -> None:

Parameters

Result

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.