ArcFM Responder Mobile Developer Guide
IsLoginWorkspace Method (IMMLoginUtils)






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

Parameters

pWorkspace
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

IMMLoginUtils Interface
IMMLoginUtils Members

Send Feedback