Triggered just before the next propagation step is attempted. Use the input interface to access settings. Returning false will turn this callback off.
[Visual Basic .NET] |
---|
Public Function PreNextStep( _ ByVal Result As IAgAsDragModelResult _ ) As Boolean |
[C#] |
---|
public bool PreNextStep( IAgAsDragModelResult Result ); |
[Managed C++] |
---|
public: bool PreNextStep( IAgAsDragModelResult ^ Result ); |
[Unmanaged C++] |
---|
public: HRESULT PreNextStep( IAgAsDragModelResult * Result, VARIANT_BOOL * pResult ); |
[Java] |
---|
public bool preNextStep( IAgAsDragModelResult Result ); |
- Result