Miner.Interop.Geodatabase Assembly > Miner.Interop Namespace : mmAutoUpdaterMode Enumeration |
![]() |
Multiple AU modes can fire simultaneously. For instance, a Feeder Manager update in an ArcMap context would combine both modes when executing an AutoUpdater. |
'Declaration <GuidAttribute("64801D40-33DA-40BC-866A-1542E2C0992C")> Public Enum mmAutoUpdaterMode Inherits System.Enum
'Usage Dim instance As mmAutoUpdaterMode
[Guid("64801D40-33DA-40BC-866A-1542E2C0992C")] public enum mmAutoUpdaterMode : System.Enum
Member | Description |
---|---|
mmAUMArcCatalog | The AutoUpdater is firing as the result of an edit that occurred in ArcCatalog. Value = 2 |
mmAUMArcMap | The AutoUpdater is firing as the result of an edit that occurred in ArcMap. Value = 1 |
mmAUMFeederManager | An object has changed due to a Feeder Manager operation. Value = 16 |
mmAUMNoEvents | This mode is intended to disable AUs while loading data, or within similar batch updates. Do not set this mode from within an AU. Additionally, you must manually reset this to the prior mode. Value = 8 |
mmAUMNotSet | Used as a default mode. Value = 0 |
mmAUMobileExtract | An object is being extracted from a Mobile application. Value = 128 |
mmAUMobileImport | An object has changed due to a Mobile Import operation. Value = 64 |
mmAUMSplit | A feature is being split. Value = 2048 |
mmAUMStandAlone | The AutoUpdater is firing in a standalone application, such as Server. ArcMap and ArcCatalog are not involved. Value = 4 |
mmAUMSuppressAll | When applied, prevents all AUs from firing throughout the solution. Value = 4096 |
mmAUOptimizationCompleting | Deprecated. Value = 1024 |
mmAUPhaseSwap | An object is changing due to a Phase Swap operation. Value = 256 |
mmAURemoveFromDesign | An object is being removed from a Design. Value = 512 |
mmConflictResolution | An object has a conflict with another version. Value = 32 |
System.Object
System.ValueType
System.Enum
Miner.Interop.mmAutoUpdaterMode
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.