ArcFM Solution Developer Guide
Copy Method (ID8ListItem)






A boolean value indicating whether the children of the list item are copied.

Boolean
Creates a new list item with duplicate information. If the CopyChildren parameter is true, then the entire structure is duplicated.
Syntax
'Declaration
 
Function Copy( _
   ByVal CopyChildren As System.Boolean, _
   ByVal CopyGeoObj As System.Boolean _
) As ID8ListItem
'Usage
 
Dim instance As ID8ListItem
Dim CopyChildren As System.Boolean
Dim CopyGeoObj As System.Boolean
Dim value As ID8ListItem
 
value = instance.Copy(CopyChildren, CopyGeoObj)
ID8ListItem Copy( 
   System.bool CopyChildren,
   System.bool CopyGeoObj
)
function Copy( 
    CopyChildren: System.Boolean;
    CopyGeoObj: System.Boolean
): ID8ListItem; 
function Copy( 
   CopyChildren : System.boolean,
   CopyGeoObj : System.boolean
) : ID8ListItem;
ID8ListItem* Copy( 
   System.bool CopyChildren,
   System.bool CopyGeoObj
) 
ID8ListItem^ Copy( 
   System.bool CopyChildren,
   System.bool CopyGeoObj
) 

Parameters

CopyChildren

A boolean value indicating whether the children of the list item are copied.

CopyGeoObj
Boolean

Return Value

Returns the copied object that implements the ID8ListItem interface.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ID8ListItem Interface
ID8ListItem Members

Send Feedback