AGI AgAsHpopPlugin 11 Send comments on this topic.
Register Method (IAgAsDragModelPlugin)
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 AgAsDragModelResultRegister _
) 

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

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

[Java]
public  register(
AgAsDragModelResultRegister Result
);

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

Parameters

Result

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface