Share

FormReturnValue.RuleName Property

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.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

ReadOnly Property RuleName As String
	Get

C#

string RuleName { get; }

Return Value

Type: String

See Also

Reference

Was this information helpful?