Skip to content

StairsEditScope

Public Constructor

Instantiates a StairsEditScope object.

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public StairsEditScope(
Document document,
string transactionName
)

Parameters

document Document

The document for which this StairsEditScope is going to be used.

transactionNameString

The name that will appear in the Undo menu in Revit after the StairsEditScope is successfully committed.

Exceptions

Exception

Condition


ArgumentException

document is not a primary document, it is a linked document. -or- document is not a project document. -or- transactionName is an empty string.


ArgumentNullException

A non-optional argument was null