ArcFM Engine Developer Guide
Clone Method (CreateDataItem)


The CreateDataItem array to clone.
Provides means to create a copy of a CreateDataItem array.
Syntax
'Declaration
 
Public Shared Function Clone( _
   ByVal source() As CreateDataItem _
) As CreateDataItem()
'Usage
 
Dim source() As CreateDataItem
Dim value() As CreateDataItem
 
value = CreateDataItem.Clone(source)
public static CreateDataItem[] Clone( 
   CreateDataItem[] source
)

Parameters

source
The CreateDataItem array to clone.

Return Value

The clone created.
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

CreateDataItem Class
CreateDataItem Members

 

 


Send Comment