ArcFM Solution Developer Guide
IMMAttrAUStrategy Interface
Members 






This interface is used to create custom attribute autoupdate objects. An attribute AU is a quick way to add event-based attribute updates for field data.

Remember, these are applied to individual attributes in ArcFM Properties Field Info tab. Compare this to the IMMSpecialAUStrategy that are applied to the entire feature/object class under the ArcFM Properties Object Info tab in ArcCatalog.

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

IMMAttrAUStrategy Members
Miner.Interop Namespace

Send Feedback