Miner.Interop Namespace > IMMMobileImport Interface : CopyD8Feature Method |
'Declaration
Function CopyD8Feature( _ ByVal pInListItem As ID8List, _ ByVal pCopyToWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace _ ) As ID8Feature
'Usage
Dim instance As IMMMobileImport Dim pInListItem As ID8List Dim pCopyToWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace Dim value As ID8Feature value = instance.CopyD8Feature(pInListItem, pCopyToWorkspace)
ID8Feature CopyD8Feature( ID8List pInListItem, ESRI.ArcGIS.Geodatabase.IWorkspace pCopyToWorkspace )
function CopyD8Feature( pInListItem: ID8List; pCopyToWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace ): ID8Feature;
function CopyD8Feature( pInListItem : ID8List, pCopyToWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace ) : ID8Feature;
ID8Feature* CopyD8Feature( ID8List* pInListItem, ESRI.ArcGIS.Geodatabase.IWorkspace* pCopyToWorkspace )
ID8Feature^ CopyD8Feature( ID8List^ pInListItem, ESRI.ArcGIS.Geodatabase.IWorkspace^ pCopyToWorkspace )
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