ArcFM Engine Developer Guide
GetSession Method (IMMSessionManager2)


Syntax
'Declaration
 
Function GetSession( _
   ByRef lSessionID As Integer, _
   ByRef bReadOnly As Boolean _
) As IMMSession
'Usage
 
Dim instance As IMMSessionManager2
Dim lSessionID As Integer
Dim bReadOnly As Boolean
Dim value As IMMSession
 
value = instance.GetSession(lSessionID, bReadOnly)
IMMSession GetSession( 
   out int lSessionID,
   out bool bReadOnly
)

Parameters

lSessionID
bReadOnly
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

IMMSessionManager2 Interface
IMMSessionManager2 Members

 

 


Send Comment