STK AgAsHpopPluginSend comments on this topic.
Register Method (IAgAsDensityModelPlugin)
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 IAgAsDensityModelResultRegister _
)
[C#]
public void Register(
    IAgAsDensityModelResultRegister Result
);
[Managed C++]
public: void Register(
    IAgAsDensityModelResultRegister ^ Result
);
[Unmanaged C++]
public: HRESULT Register(
    IAgAsDensityModelResultRegister * Result
);
[Java]
public void register(
    IAgAsDensityModelResultRegister Result
);
[Python - STK API ]
def Register(self, Result:"IAgAsDensityModelResultRegister") -> None:

Parameters

Result

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.