ArcFM Solution Developer Guide
IMMModelNameManager Interface
Members 






ArcFM Solution components need the ability to manipulate model names for feature classes, fields, and tables. The Model Name Manager provides methods to programmatically retrieve or identify objects based on the model name, as well as modify the model names.
Object Model
IMMModelNameManager Interface
Syntax
'Declaration
 
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<System.Runtime.InteropServices.GuidAttribute("4ACFD951-D6D2-11D4-9A56-0001031AE963")>
<System.Runtime.InteropServices.ComImportAttribute()>
Public Interface IMMModelNameManager 
'Usage
 
Dim instance As IMMModelNameManager
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("4ACFD951-D6D2-11D4-9A56-0001031AE963")]
[System.Runtime.InteropServices.ComImport()]
public interface IMMModelNameManager 
public interface IMMModelNameManager 
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)
System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
System.Runtime.InteropServices.GuidAttribute("4ACFD951-D6D2-11D4-9A56-0001031AE963")
System.Runtime.InteropServices.ComImportAttribute()
public interface IMMModelNameManager 
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("4ACFD951-D6D2-11D4-9A56-0001031AE963")]
[System.Runtime.InteropServices.ComImport()]
public __gc __interface IMMModelNameManager 
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("4ACFD951-D6D2-11D4-9A56-0001031AE963")]
[System.Runtime.InteropServices.ComImport()]
public interface class IMMModelNameManager 
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

IMMModelNameManager Members
Miner.Interop Namespace

Send Feedback