STK AgAsHpopPluginSend comments on this topic.
PreCompute Method (IAgAsDragModelPlugin)
See Also
Result
Windows





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Function PreCompute( _
    ByVal Result As IAgAsDragModelResult _
) As Boolean
[C#]
public bool PreCompute(
    IAgAsDragModelResult Result
);
[Managed C++]
public: bool PreCompute(
    IAgAsDragModelResult ^ Result
);
[Unmanaged C++]
public: HRESULT PreCompute(
    IAgAsDragModelResult * Result,
    VARIANT_BOOL * pResult
);
[Java]
public bool preCompute(
    IAgAsDragModelResult Result
);

Parameters

Result

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.