IExtElemChangeBeamSectionChangeSection Method

The method that will be called when user wants to change beam section

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
bool ChangeSection(
	Document doc,
	ElementId idElem
)

Parameters

doc  Document
Revit document
idElem  ElementId
id of the selected element

Return Value

Boolean
Indicates whether the operation succeeded or not
See Also