2024 Method
Changes 0
M

TopographyEditScope.Start

Description:
Starts a topography surface edit mode for an existing TopographySurface element.
Remarks:
The application will need to start a transaction to actually make changes to the TopographySurface element. TopographyEditScope can only be started when there is no transaction active, thus it does not work for commands running in automatic transaction mode. Like all Start methods in any edit scope object this too returns an Id of the element in the edit session, even though in this case here it always equals to the given topoSurfaceId.
public ElementId Start(
	ElementId topoSurfaceId
)
Return Value ElementId The Id of the topography Surface being edited.