C++
AcTcTool( const AcTcTool& srcItem );
Description
Copy constructor.
Only the members of the source item are copied. The children of the source item are not copied. To copy both this item and its children, use the Clone() function.
Parameters
Parameters | Description |
---|---|
srcItem | Input reference to the source item to be copied to this item |