ArcFM Solution Developer Guide
IMMJoinDisplayNamer Interface
Members 






Use this interface to create custom display name objects. These objects allow you to include multiple attribute values in a feature's display name.

IMMJoinDisplayNamer returns the fully joined row for your display name object, as opposed to IMMDisplayNamer, which returns only the source table row.

Object Model
IMMJoinDisplayNamer Interface
Syntax
'Declaration
 
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<System.Runtime.InteropServices.GuidAttribute("A40542BB-A700-425D-8C12-E00FFFF58831")>
<System.Runtime.InteropServices.ComImportAttribute()>
Public Interface IMMJoinDisplayNamer 
   Inherits IMMDisplayNamer 
'Usage
 
Dim instance As IMMJoinDisplayNamer
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("A40542BB-A700-425D-8C12-E00FFFF58831")]
[System.Runtime.InteropServices.ComImport()]
public interface IMMJoinDisplayNamer : IMMDisplayNamer  
public interface IMMJoinDisplayNamer = class(IMMDisplayNamer)
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)
System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
System.Runtime.InteropServices.GuidAttribute("A40542BB-A700-425D-8C12-E00FFFF58831")
System.Runtime.InteropServices.ComImportAttribute()
public interface IMMJoinDisplayNamer implements IMMDisplayNamer 
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("A40542BB-A700-425D-8C12-E00FFFF58831")]
[System.Runtime.InteropServices.ComImport()]
public __gc __interface IMMJoinDisplayNamer : public IMMDisplayNamer  
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("A40542BB-A700-425D-8C12-E00FFFF58831")]
[System.Runtime.InteropServices.ComImport()]
public interface class IMMJoinDisplayNamer : public IMMDisplayNamer  
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

IMMJoinDisplayNamer Members
Miner.Interop Namespace

Send Feedback