AGI AgAsHpopPlugin 11 Send comments on this topic.
PreCompute Method (IAgAsDragModelPlugin)
See Also 
Result





Description

Triggered just before the computation starts. Use the input interface to access settings.

Syntax

[Visual Basic .NET]
Public Function PreCompute( _
   ByVal Result As AgAsDragModelResult _
) As Boolean

[C#]
public bool PreCompute(
AgAsDragModelResult Result
);

[Managed C++]
public: bool PreCompute(
AgAsDragModelResult ^ Result
);

[Java]
public bool preCompute(
AgAsDragModelResult Result
);

[Unmanaged C++]
public: HRESULT PreCompute(
AgAsDragModelResult * Result,
VARIANT_BOOL * ReturnValue
);

Parameters

Result

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1