ArcFM Desktop Developer Guide
Clone Method (PersistDataItem)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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

Parameters

source
The PersistDataItem 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

PersistDataItem Class
PersistDataItem Members

 

 


Send Comment