Checks if the RebarContainer has this item as one of its members.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool Contains(
RebarContainerItem item
)
Parameters
- item RebarContainerItem
-
The item to be checked if RebarContainer has it as one of its members
Return Value
Boolean
True if RebarContainer has this item as one of its members, false otherwise.
Exceptions
See Also
Reference