ArcFM Desktop Developer Guide
GetSession Method (IMMSessionManager)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Long integer the represents the ID of the session.
Boolean value indicating whether the session is read only.
Method to get a session programmatically by passing in parameters: lSessionID (as long) and bReadOnly (as boolean). Returns an IMMSession object.
Syntax
'Declaration
 
Function GetSession( _
   ByRef lSessionID As Integer, _
   ByRef bReadOnly As Boolean _
) As IMMSession
'Usage
 
Dim instance As IMMSessionManager
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
Long integer the represents the ID of the session.
bReadOnly
Boolean value indicating whether the session is read only.

Return Value

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

IMMSessionManager Interface
IMMSessionManager Members

 

 


Send Comment