|
|
|
Copy Method, GenericPartClass Class |
Creates an identical copy of the part.
Syntax GenericPartClass Class (Softelvdm.Controls)
VB |
Protected Friend Overridable MustOverride Function Copy() As GenericPartClass |
C# |
protected internal abstract GenericPartClass Copy(); |
C++ |
protected friend: virtual GenericPartClass^ Copy() abstract; |
Return Value
The new, copied part.
Comments
The Copy method creates an identical copy of the part.
Any class that derives from GenericPartClass must implement this method to copy any part specific information. Use the CopyPart method to copy all information implemented by the base GenericPartClass class.
SftTree/NET 2.0: This is used by the ItemClass.Copy and ItemClass.Move methods to create exact duplicates of all attributes of an item.
Version Information
Supported in version 1.0.
Products Table