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 IAgAsLightReflectionResult _ ) As Boolean |
[C#] |
---|
public bool PreNextStep( IAgAsLightReflectionResult Result ); |
[Managed C++] |
---|
public: bool PreNextStep( IAgAsLightReflectionResult ^ Result ); |
[Unmanaged C++] |
---|
public: HRESULT PreNextStep( IAgAsLightReflectionResult * Result, VARIANT_BOOL * pResult ); |
[Java] |
---|
public bool preNextStep( IAgAsLightReflectionResult Result ); |
- Result