<Code Lib>
2020 Constructor
Changes 0
C

TopographyEditScope()

Description:
Instantiates a TopographyEditScope object.

public TopographyEditScope(
	Document document,
	string transactionName
)

  • document
    The document for which this TopographyEditScope is going to be used.
  • transactionName
    The name that will appear in the Undo menu in Revit after the TopographyEditScope is successfully committed.

Loading…