ArcFM Solution Developer Guide
IMMSpecialAUStrategy Interface
Members 






IMMSpecialAUStrategy is obsolete. While this interface is still available for use (and custom code using this interface does still work), it may be deprecated in the future. It is recommended that you use IMMSpecialAUStrategyEx instead.

This interface allows you to create custom special autoupdate objects. A special AU differs from an attribute AU in that it is not associated with a field/event combination, but rather a feature/event combination.

Object Model
IMMSpecialAUStrategy Interface
Syntax
'Declaration
 
<System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<System.Runtime.InteropServices.GuidAttribute("0064BFC0-C7B3-11D3-80C6-0050DA5BE899")>
<System.Runtime.InteropServices.ComImportAttribute()>
Public Interface IMMSpecialAUStrategy 
'Usage
 
Dim instance As IMMSpecialAUStrategy
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("0064BFC0-C7B3-11D3-80C6-0050DA5BE899")]
[System.Runtime.InteropServices.ComImport()]
public interface IMMSpecialAUStrategy 
public interface IMMSpecialAUStrategy 
System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)
System.Runtime.InteropServices.GuidAttribute("0064BFC0-C7B3-11D3-80C6-0050DA5BE899")
System.Runtime.InteropServices.ComImportAttribute()
public interface IMMSpecialAUStrategy 
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("0064BFC0-C7B3-11D3-80C6-0050DA5BE899")]
[System.Runtime.InteropServices.ComImport()]
public __gc __interface IMMSpecialAUStrategy 
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("0064BFC0-C7B3-11D3-80C6-0050DA5BE899")]
[System.Runtime.InteropServices.ComImport()]
public interface class IMMSpecialAUStrategy 
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

IMMSpecialAUStrategy Members
Miner.Interop Namespace

Send Feedback