MEPBuildingConstructionSetInsert Method

Insert the specified MEPBuildingConstruction into the set.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public virtual bool Insert(
	MEPBuildingConstruction item
)

Parameters

item  MEPBuildingConstruction
The MEPBuildingConstruction to be inserted into the set.

Return Value

Boolean
Returns whether the MEPBuildingConstruction was inserted into the set.
See Also