<Code Lib>
2027 Method
Changes 0
M

DialogBoxData.OverrideResult

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

public bool OverrideResult(
	int result
)

  • Int32
    result
    The result code you wish the Revit dialog to return.
Return Value Boolean Returns true if the result code was accepted.

Loading…