ArcFM Solution Developer Guide
IMMAbandonAUStrategy Interface
Members 






This interface passes in two objects. You may pass in the original object (before it was abandoned) and the abandoned (or destination) object. The related objects associated with the original object may be transferred to the abandoned (destination) object.
Object Model
IMMAbandonAUStrategy Interface
Syntax
'Declaration
 
<System.Runtime.InteropServices.GuidAttribute("AAC2E00B-C4BF-43EE-B378-08140C84CFF5")>
<System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<System.Runtime.InteropServices.ComImportAttribute()>
Public Interface IMMAbandonAUStrategy 
'Usage
 
Dim instance As IMMAbandonAUStrategy
[System.Runtime.InteropServices.Guid("AAC2E00B-C4BF-43EE-B378-08140C84CFF5")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.ComImport()]
public interface IMMAbandonAUStrategy 
public interface IMMAbandonAUStrategy 
System.Runtime.InteropServices.GuidAttribute("AAC2E00B-C4BF-43EE-B378-08140C84CFF5")
System.Runtime.InteropServices.InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
System.Runtime.InteropServices.TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)
System.Runtime.InteropServices.ComImportAttribute()
public interface IMMAbandonAUStrategy 
[System.Runtime.InteropServices.Guid("AAC2E00B-C4BF-43EE-B378-08140C84CFF5")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.ComImport()]
public __gc __interface IMMAbandonAUStrategy 
[System.Runtime.InteropServices.Guid("AAC2E00B-C4BF-43EE-B378-08140C84CFF5")]
[System.Runtime.InteropServices.InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.ComImport()]
public interface class IMMAbandonAUStrategy 
Remarks

Abandon autoupdaters may be created using the IMMSpecialAUStrategy interface. However, this interface passes in only one object and an abandon interface created with it may leave orphaned related objects. The IMMAbandonAUStrategy interface was developed to allow creation of autoupdaters that account for related objects.

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

IMMAbandonAUStrategy Members
Miner.Interop Namespace

Send Feedback