ArcFM Solution Developer Guide
mmCustomFieldEditorType Enumeration






This category allows the user to assign a specific type to custom field editors.
Syntax
'Declaration
 
<System.Runtime.InteropServices.GuidAttribute("BC1E64A0-2CF6-11D4-BD74-00500462EE0B")>
Public Enum mmCustomFieldEditorType 
   Inherits System.Enum
'Usage
 
Dim instance As mmCustomFieldEditorType
[System.Runtime.InteropServices.Guid("BC1E64A0-2CF6-11D4-BD74-00500462EE0B")]
public enum mmCustomFieldEditorType : System.Enum 
public enum mmCustomFieldEditorType = class(System.Enum)
System.Runtime.InteropServices.GuidAttribute("BC1E64A0-2CF6-11D4-BD74-00500462EE0B")
public enum mmCustomFieldEditorType extends System.Enum
[System.Runtime.InteropServices.Guid("BC1E64A0-2CF6-11D4-BD74-00500462EE0B")]
__value public enum mmCustomFieldEditorType : public System.Enum 
[System.Runtime.InteropServices.Guid("BC1E64A0-2CF6-11D4-BD74-00500462EE0B")]
public enum class mmCustomFieldEditorType : public System.Enum 
Members
MemberDescription
mmCFEFieldAn In-place field editor is displayed in the object editor's grid (e.g., a date control).
mmCFENoneUse this value to indicate a field that does not use a custom field editor. If the Custom Field Editor field in the ArcFM Properties Manager is set to <None>, then the mmCFENone enumeration value is stored in the database for that property.
mmCFETab
A tabbed field editor may appear as a tab on the Attribute Editor (e.g., similar to the Targets tab).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Interop.mmCustomFieldEditorType

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