AGI AgAccessConstraintPlugin 11 Send 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 AgAccessConstraintPluginResultPreCompute _
) As Boolean

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

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

[Java]
public bool preCompute(
AgAccessConstraintPluginResultPreCompute Result
);

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

Parameters

Result

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface