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.
Available at Version
Product Availability
Required Licenses
.NET Assembly
Syntax
'Declaration
 
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<GuidAttribute("AAC2E00B-C4BF-43EE-B378-08140C84CFF5")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMAbandonAUStrategy 
'Usage
 
Dim instance As IMMAbandonAUStrategy
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[Guid("AAC2E00B-C4BF-43EE-B378-08140C84CFF5")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface 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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMAbandonAUStrategy Members
Miner.Interop Namespace

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.
Syntax
'Declaration
 
<TypeLibTypeAttribute(TypeLibTypeFlags.FOleAutomation)>
<GuidAttribute("AAC2E00B-C4BF-43EE-B378-08140C84CFF5")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComImportAttribute()>
Public Interface IMMAbandonAUStrategy 
'Usage
 
Dim instance As IMMAbandonAUStrategy
[TypeLibType(TypeLibTypeFlags.FOleAutomation)]
[Guid("AAC2E00B-C4BF-43EE-B378-08140C84CFF5")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[ComImport()]
public interface 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.

Inheritance Hierarchy

Miner.Interop.IMMAbandonAUStrategy

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMAbandonAUStrategy Members
Miner.Interop Namespace

 

 


Send Comment