ArcFM Server Developer Guide
Copy Method (MobileBackdropLayer)


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Overridable Function Copy( _
   ByVal copyName As String, _
   ByVal copyWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As ESRI.ArcGIS.Geodatabase.IDataset
'Usage
 
Dim instance As MobileBackdropLayer
Dim copyName As String
Dim copyWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim value As ESRI.ArcGIS.Geodatabase.IDataset
 
value = instance.Copy(copyName, copyWorkspace)
public virtual ESRI.ArcGIS.Geodatabase.IDataset Copy( 
   string copyName,
   ESRI.ArcGIS.Geodatabase.IWorkspace copyWorkspace
)

Parameters

copyName
copyWorkspace
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

MobileBackdropLayer Class
MobileBackdropLayer Members

 

 


Send Comment