ArcFM Engine Developer Guide
CopyFrom(T) Method


Create a copy from another instance. Copies all values except AutoIncrement columns
Syntax
'Declaration
 
Public Overloads Sub CopyFrom( _
   ByVal other As T _
) 
'Usage
 
Dim instance As ResponderObjectBaseGeneric(Of T)
Dim other As T
 
instance.CopyFrom(other)
public void CopyFrom( 
   T other
)

Parameters

other
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResponderObjectBaseGeneric<T> Class
ResponderObjectBaseGeneric<T> Members
Overload List

 

 


Send Comment