Share

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: 30.0

Syntax

VB

Public Interface FormReturnValue

C#

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.

Remarks

See Also

Reference

Was this information helpful?