TopographyEditScope
Constructor
Description:
Instantiates a TopographyEditScope object.
Instantiates a TopographyEditScope object.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document for which this TopographyEditScope is going to be used. |
transactionName | String | The name that will appear in the Undo menu in Revit after the TopographyEditScope is successfully committed. |
Return Value
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 |