Triggered just before numerical integration starts. Use the input interface to access settings.
[Visual Basic .NET] |
---|
Public Function PreCompute( _ ByVal Result As IAgAsDensityModelResult _ ) As Boolean |
[C#] |
---|
public bool PreCompute( IAgAsDensityModelResult Result ); |
[Managed C++] |
---|
public: bool PreCompute( IAgAsDensityModelResult ^ Result ); |
[Unmanaged C++] |
---|
public: HRESULT PreCompute( IAgAsDensityModelResult * Result, VARIANT_BOOL * pResult ); |
[Java] |
---|
public bool preCompute( IAgAsDensityModelResult Result ); |
- Result