'Declaration Public Function Remove( _ ByVal buildingBlock As BuildingBlock _ ) As System.Boolean
public System.bool Remove( BuildingBlock buildingBlock )
Parameters
- buildingBlock
- The building block to remove.
Return Value
true if the specified building block is removed; otherwise false.