ArcFM Responder Mobile Developer Guide
IsWorkspaceMobileField Method (IMMMobileImport)






Syntax
'Declaration
 
Function IsWorkspaceMobileField( _
   ByVal pCopyToWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace _
) As System.Boolean
'Usage
 
Dim instance As IMMMobileImport
Dim pCopyToWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
Dim value As System.Boolean
 
value = instance.IsWorkspaceMobileField(pCopyToWorkspace)
System.bool IsWorkspaceMobileField( 
   ESRI.ArcGIS.Geodatabase.IWorkspace pCopyToWorkspace
)
function IsWorkspaceMobileField( 
    pCopyToWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace
): System.Boolean; 
function IsWorkspaceMobileField( 
   pCopyToWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace
) : System.boolean;
System.bool IsWorkspaceMobileField( 
   ESRI.ArcGIS.Geodatabase.IWorkspace* pCopyToWorkspace
) 
System.bool IsWorkspaceMobileField( 
   ESRI.ArcGIS.Geodatabase.IWorkspace^ pCopyToWorkspace
) 

Parameters

pCopyToWorkspace
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

IMMMobileImport Interface
IMMMobileImport Members

Send Feedback