MEPBuildingConstructionSet.Insert Method

MEPBuildingConstructionSetInsert Method

Insert the specified MEPBuildingConstruction into the set.

Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual bool Insert(
	MEPBuildingConstruction item
)
Public Overridable Function Insert ( 
	item As MEPBuildingConstruction
) As Boolean
public:
virtual bool Insert(
	MEPBuildingConstruction^ item
)
abstract Insert : 
        item : MEPBuildingConstruction -> bool 
override Insert : 
        item : MEPBuildingConstruction -> bool 

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