Click or drag to resize

FormReturnValue Interface

The full form return value, including the FormResult. If Result is RuleButtonClose or RuleButtonApplyAndClose, RuleName will contain the name of the rule that is associated with the rule button that caused the form to close.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface FormReturnValue

The FormReturnValue type exposes the following members.

Properties
  NameDescription
Public propertyResult
Gets the form result enum.
Public propertyRuleName
Gets the rule that is associated with the rule button that caused the form to close. This will be valid only if the form was closed as the result of pressing a rule button.
Top
Remarks
See Also