ArcFM Responder Mobile Developer Guide
ElectricSetEnabled Class
Members 






This strategy will set the enabled/disabled field if any of the normal positions are "Open". Likewise, it will set the enabled property to "True" is any of the positions are closed (and none are open).
Object Model
ElectricSetEnabled Class
Syntax
'Declaration
 
<System.Runtime.InteropServices.ProgIdAttribute("MMAttrAUStrategy.mmElectricSetEnabled")>
<System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.None)>
<System.Runtime.InteropServices.GuidAttribute("1B93B52C-0C0C-11D4-920D-00500464DA9D")>
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<ComponentCategoryAttribute(Description="M&M Attribute AutoUpdate Objects", CategoryID=a4581fa0-b18c-11d3-80c3-0050da5be899)>
Public Class ElectricSetEnabled 
   Inherits AttrAU
   Implements Miner.Interop.IMMAttrAUStrategy, Miner.Interop.IMMAttrAUStrategyEx 
'Usage
 
Dim instance As ElectricSetEnabled
[System.Runtime.InteropServices.ProgId("MMAttrAUStrategy.mmElectricSetEnabled")]
[System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("1B93B52C-0C0C-11D4-920D-00500464DA9D")]
[System.Runtime.InteropServices.ComVisible(true)]
[ComponentCategory(Description="M&M Attribute AutoUpdate Objects", CategoryID=a4581fa0-b18c-11d3-80c3-0050da5be899)]
public class ElectricSetEnabled : AttrAU, Miner.Interop.IMMAttrAUStrategy, Miner.Interop.IMMAttrAUStrategyEx  
public class ElectricSetEnabled = class(AttrAU, Miner.Interop.IMMAttrAUStrategy, Miner.Interop.IMMAttrAUStrategyEx)
System.Runtime.InteropServices.ProgIdAttribute("MMAttrAUStrategy.mmElectricSetEnabled")
System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.None)
System.Runtime.InteropServices.GuidAttribute("1B93B52C-0C0C-11D4-920D-00500464DA9D")
System.Runtime.InteropServices.ComVisibleAttribute()
ComponentCategoryAttribute(Description="M&M Attribute AutoUpdate Objects", CategoryID=a4581fa0-b18c-11d3-80c3-0050da5be899)
public class ElectricSetEnabled extends AttrAU implements Miner.Interop.IMMAttrAUStrategy, Miner.Interop.IMMAttrAUStrategyEx 
[System.Runtime.InteropServices.ProgId("MMAttrAUStrategy.mmElectricSetEnabled")]
[System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("1B93B52C-0C0C-11D4-920D-00500464DA9D")]
[System.Runtime.InteropServices.ComVisible(true)]
[ComponentCategory(Description="M&M Attribute AutoUpdate Objects", CategoryID=a4581fa0-b18c-11d3-80c3-0050da5be899)]
public __gc class ElectricSetEnabled : public AttrAU, Miner.Interop.IMMAttrAUStrategy, Miner.Interop.IMMAttrAUStrategyEx  
[System.Runtime.InteropServices.ProgId("MMAttrAUStrategy.mmElectricSetEnabled")]
[System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("1B93B52C-0C0C-11D4-920D-00500464DA9D")]
[System.Runtime.InteropServices.ComVisible(true)]
[ComponentCategory(Description="M&M Attribute AutoUpdate Objects", CategoryID=a4581fa0-b18c-11d3-80c3-0050da5be899)]
public ref class ElectricSetEnabled : public AttrAU, Miner.Interop.IMMAttrAUStrategy, Miner.Interop.IMMAttrAUStrategyEx  
Remarks
Requires: Field model names: NormalPosition_A, NormalPostion_B, NormalPosition_C for object this strategy is assigned to. Assumptions: The fields for the model names given above have a value of "0" when open.
Inheritance Hierarchy

System.Object
   Miner.Geodatabase.AutoUpdaters.AttrAU
      Miner.Geodatabase.AutoUpdaters.ElectricSetEnabled

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

ElectricSetEnabled Members
Miner.Geodatabase.AutoUpdaters Namespace

Send Feedback