RebarContainer.Contains
Method
Description:
Checks if the RebarContainer has this item as one of its members.
Checks if the RebarContainer has this item as one of its members.
Parameters
Parameter | Type | Description |
---|---|---|
pItem | RebarContainerItem | The item to be checked if RebarContainer has it as one of its members |
Return Value
Type | Description |
---|---|
Boolean | True if RebarContainer has this item as one of its members, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |