Miner.Interop Namespace > ID8ListItem Interface : Copy Method |
A boolean value indicating whether the children of the list item are copied.
'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 )
A boolean value indicating whether the children of the list item are copied.
Returns the copied object that implements the ID8ListItem interface.
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