AGI AgAsHpopPlugin 11 Send comments on this topic.
Register Method (IAgAsDensityModelPlugin)
See Also 
Result





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 AgAsDensityModelResultRegister _
) 

[C#]
public void Register(
AgAsDensityModelResultRegister Result
);

[Managed C++]
public: void Register(
AgAsDensityModelResultRegister ^ Result
);

[Java]
public  register(
AgAsDensityModelResultRegister Result
);

[Unmanaged C++]
public: HRESULT Register(
AgAsDensityModelResultRegister * Result
);

Parameters

Result

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1