ArcFM Solution Developer Guide
LoginWorkspace Property (IMMLoginObject)






This property should return an IWorkspace reference to the ArcFM login database.
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
ReadOnly Property LoginWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace
'Usage
 
Dim instance As IMMLoginObject
Dim value As ESRI.ArcGIS.Geodatabase.IWorkspace
 
value = instance.LoginWorkspace
[System.Runtime.InteropServices.DispId(1610678274)]
ESRI.ArcGIS.Geodatabase.IWorkspace LoginWorkspace {get;}
read-only property LoginWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get LoginWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace
[System.Runtime.InteropServices.DispId(1610678274)]
__property ESRI.ArcGIS.Geodatabase.IWorkspace* get_LoginWorkspace();
[System.Runtime.InteropServices.DispId(1610678274)]
property ESRI.ArcGIS.Geodatabase.IWorkspace^ LoginWorkspace {
   ESRI.ArcGIS.Geodatabase.IWorkspace^ get();
}

Property Value

Returns an IWorkspace pointer to the login database.

Example
The following code sample demonstrates how the IMMLoginObject::LoginWorkspace property may be implemented.
Visual Basic Copy Code
Private Property Get IMMLoginObject_LoginWorkspace() As IWorkspace
Set IMMLoginObject_LoginWorkspace = m_pDefaultLogin.LoginWorkspace
End Property
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

IMMLoginObject Interface
IMMLoginObject Members

Send Feedback