OverrideResult Method


Call this method to cause the Autodesk Revit dialog to be dismissed with the specified return value.

Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)

Syntax

C#
public bool OverrideResult(
	int result
)
Visual Basic
Public Function OverrideResult ( _
	result As Integer _
) As Boolean
Visual C++
public:
bool OverrideResult(
	int result
)

Parameters

result
Type: SystemInt32
The result code you wish the Revit dialog to return.

Return Value

Returns true if the result code was accepted.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →