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.

CopyItem (2)

CopyItem



Creates a copy of Item under Parent and returns the ID of the new item. If IncludeChildren is true, child items will be copied also. If SkipSections is true, digitized sections will be duplicated also.



Syntax:

Procedure: CopyItem(Item: String; Parent: String; IncludeChildren: boolean; SkipSections: boolean): String;


API Call:

Scripting
aItem := CopyItem(itempath, '\Job\Takeoff', true, false);

Copyright 2023 ConstructConnect