|
|
|
CopyPart Method, GenericPartClass Class |
Copies information from one part to another.
Syntax GenericPartClass Class (Softelvdm.Controls)
VB |
Protected Friend Shared Sub CopyPart( _ |
C# |
protected internal static void CopyPart( |
C++ |
protected friend: static void CopyPart( |
newGP
The item being updated with information copied from oldGP.
oldGP
The source of the copied information.
Comments
The CopyPart method copies information from one part to another.
Any class that derives from GenericPartClass must implement the method Copy 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