CopyFrom Method
Overloads
| CopyFrom(String) | 
             Copies the properties of a generic object and its children. The source object is specified by the parameter   | 
        
      
    
CopyFrom(String)
Copies the properties of a generic object and its children.
The source object is specified by the parameter qFromId and the destination object is referenced by its handle.
Declaration
      void CopyFrom([QixName("qFromId")] string fromId)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | fromId | 
           Identifier of the object to copy.  | 
      
Remarks
The identifier of the destination object is the same as before the copy takes place.