When overridden in a derived class, creates an exact copy of this Item object.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public abstract Item Clone() |
Visual Basic |
---|
Public MustOverride Function Clone As Item |
Visual C++ |
---|
public: virtual Item^ Clone() abstract |
Return Value
Type: ItemThe new Item object that this method creates.