STK AgAccessConstraintPluginSend comments on this topic.
PreCompute Method (IAgAccessConstraintPlugin)
See Also
Result

Interface component to access inputs for the Base and Target objects.

Windows





Windows & Linux

Description

Triggered prior to the calls to the Evaluate method, to allow for any required initialization.

Syntax

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

Parameters

Result

Interface component to access inputs for the Base and Target objects.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.