Triggered just before the computation starts. Use the input interface to access settings.
[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 ); |
- Result