C++
AcTcStockTool( const AcTcStockTool& 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 | Reference to source item to be copied to this item |