ArcFM Solution Developer Guide
LoginWorkspace Property (IMMLoginObject)


This property should return an IWorkspace reference to the ArcFM login database.
Syntax
'Declaration
 
<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
[DispId(1610678274)]
ESRI.ArcGIS.Geodatabase.IWorkspace LoginWorkspace {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 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

IMMLoginObject Interface
IMMLoginObject Members

 

 


Send Comment