To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

GetJobTotal (2)

GetJobTotal



Retrieves the total number of items of a certain type in the entire opened job.



Syntax:

Procedure: GetJobTotal(sPropertyname: string; sItemType: string = ''): Double;


API Call:

Scripting
var
  nTotalCount : double;
  sPropName   : string;
  sItemType   : string;
begin
  nTotalCount := GetJobTotal(sPropName, sItemType);
end;

Copyright 2023 ConstructConnect