ArcFM Solution Developer Guide
mmAutoUpdaterMode Enumeration






This enumeration is used by special autoupdaters and relationship autoupdaters. Use the enumeration in IMMSpecialAUStrategyEx::Execute and IMMRelationshipAUStrategy::Execute to specify the mode in which an autoupdater will be executed. For example, if an autoupdater should be executed only when Feeder Manager is running, the developer should check the eAUMode value for mmAUMFeederManager.
Syntax
'Declaration
 
<System.Runtime.InteropServices.GuidAttribute("64801D40-33DA-40BC-866A-1542E2C0992C")>
Public Enum mmAutoUpdaterMode 
   Inherits System.Enum
'Usage
 
Dim instance As mmAutoUpdaterMode
[System.Runtime.InteropServices.Guid("64801D40-33DA-40BC-866A-1542E2C0992C")]
public enum mmAutoUpdaterMode : System.Enum 
public enum mmAutoUpdaterMode = class(System.Enum)
System.Runtime.InteropServices.GuidAttribute("64801D40-33DA-40BC-866A-1542E2C0992C")
public enum mmAutoUpdaterMode extends System.Enum
[System.Runtime.InteropServices.Guid("64801D40-33DA-40BC-866A-1542E2C0992C")]
__value public enum mmAutoUpdaterMode : public System.Enum 
[System.Runtime.InteropServices.Guid("64801D40-33DA-40BC-866A-1542E2C0992C")]
public enum class mmAutoUpdaterMode : public System.Enum 
Members
MemberDescription
mmAUMArcCatalog 
mmAUMArcMap 
mmAUMFeederManager 
mmAUMNoEvents 
mmAUMNotSet 
mmAUMobileExtract 
mmAUMobileImport 
mmAUMSplit 
mmAUMStandAlone 
mmAUOptimizationCompleting 
mmAUPhaseSwap 
mmAURemoveFromDesign 
mmConflictResolution 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Interop.mmAutoUpdaterMode

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

Miner.Interop Namespace

Send Feedback