RebarContainerContains Method |
Checks if the RebarContainer has this item as one of its members.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool Contains(
RebarContainerItem item
)
Public Function Contains (
item As RebarContainerItem
) As Boolean
public:
bool Contains(
RebarContainerItem^ item
)
member Contains :
item : RebarContainerItem -> bool
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