CalculateCabinetWeight(Project) Method
In This Topic
Calculate the total weight of all the cabinets, taking Project as parameter.
Syntax
public void CalculateCabinetWeight(
Project
)
public:
void CalculateCabinetWeight(
Project^
)
Parameters
- oProject
- Project Containing Cabinets, and the weight of these Cabinets need to be calculated
See Also