ArcFM Engine Developer Guide
CopyRow Method (IMMMobileImport2)


Syntax
'Declaration
 
Function CopyRow( _
   ByVal pInRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal pCopyToWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _
   ByRef ppCopiedRow As ESRI.ArcGIS.Geodatabase.IRow, _
   Optional ByVal bOverWrite As Object, _
   Optional ByVal bUseDesignerRel As Object _
) As Boolean
'Usage
 
Dim instance As IMMMobileImport2
Dim pInRow As ESRI.ArcGIS.Geodatabase.IRow
Dim pCopyToWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim ppCopiedRow As ESRI.ArcGIS.Geodatabase.IRow
Dim bOverWrite As Object
Dim bUseDesignerRel As Object
Dim value As Boolean
 
value = instance.CopyRow(pInRow, pCopyToWorkspace, ppCopiedRow, bOverWrite, bUseDesignerRel)
bool CopyRow( 
   ESRI.ArcGIS.Geodatabase.IRow pInRow,
   ESRI.ArcGIS.Geodatabase.IWorkspace pCopyToWorkspace,
   out ESRI.ArcGIS.Geodatabase.IRow ppCopiedRow,
   object bOverWrite,
   object bUseDesignerRel
)

Parameters

pInRow
pCopyToWorkspace
ppCopiedRow
bOverWrite
bUseDesignerRel
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

IMMMobileImport2 Interface
IMMMobileImport2 Members

 

 


Send Comment