ArcFM Solution Developer Guide
IMMLoginObject Interface
Members 


Custom login objects can be written to handle special tasks that you might require when the user logs in to ArcFM. All login objects, including the MMDefaultLoginObject, must implement the IMMLoginObject interface.
Available at Version
Product Availability
Required Licenses
.NET Assembly
Syntax
'Declaration
 
<GuidAttribute("E7890C20-8E4E-11D4-89B5-000103208C3D")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMLoginObject 
'Usage
 
Dim instance As IMMLoginObject
[Guid("E7890C20-8E4E-11D4-89B5-000103208C3D")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface IMMLoginObject 
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 Members
Miner.Interop Namespace

Custom login objects can be written to handle special tasks that you might require when the user logs in to ArcFM. All login objects, including the MMDefaultLoginObject, must implement the IMMLoginObject interface.
Syntax
'Declaration
 
<GuidAttribute("E7890C20-8E4E-11D4-89B5-000103208C3D")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMLoginObject 
'Usage
 
Dim instance As IMMLoginObject
[Guid("E7890C20-8E4E-11D4-89B5-000103208C3D")]
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface IMMLoginObject 
Inheritance Hierarchy

Miner.Interop.IMMLoginObject

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 Members
Miner.Interop Namespace

 

 


Send Comment