Share

MEPBuildingConstructionSet.Insert Method

Insert the specified MEPBuildingConstruction into the set.


Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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

Reference

Was this information helpful?