ArcFM Solution Developer Guide
IMMDisplayNamer 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.

IMMDisplayNamer returns the source row only. If you need the fully joined row for your display name object, use IMMJoinDisplayNamer.

Object Model
IMMDisplayNamer Interface
Syntax
'Declaration
 
<System.Runtime.InteropServices.GuidAttribute("EE776C6F-F5F8-4D5F-B918-B8DC83C6E36F")>
<System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<System.Runtime.InteropServices.ComImportAttribute()>
Public Interface IMMDisplayNamer 
'Usage
 
Dim instance As IMMDisplayNamer
[System.Runtime.InteropServices.Guid("EE776C6F-F5F8-4D5F-B918-B8DC83C6E36F")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.ComImport()]
public interface IMMDisplayNamer 
public interface IMMDisplayNamer 
System.Runtime.InteropServices.GuidAttribute("EE776C6F-F5F8-4D5F-B918-B8DC83C6E36F")
System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)
System.Runtime.InteropServices.ComImportAttribute()
public interface IMMDisplayNamer 
[System.Runtime.InteropServices.Guid("EE776C6F-F5F8-4D5F-B918-B8DC83C6E36F")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.ComImport()]
public __gc __interface IMMDisplayNamer 
[System.Runtime.InteropServices.Guid("EE776C6F-F5F8-4D5F-B918-B8DC83C6E36F")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.ComImport()]
public interface class 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

IMMDisplayNamer Members
Miner.Interop Namespace

Send Feedback