<Code Lib>
2020 Method
Changes 0
M

StairsEditScope.Start(ElementId)

Description:
Starts an stairs edit mode for an existing Stairs element
Remarks:
User will need to start a transaction to actually make changes to the stairs element. StairsEditScope can only be started when there is no transaction active Thus it does not work for commands running in automatic transaction mode.
Overloads (2):
Start(ElementId)

public ElementId Start(
	ElementId stairsId
)

Return Value ElementId of the editing stairs. It should be the same as the input stairsId

Loading…