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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1