ArcFM Solution Developer Guide
mmCustomFieldEditorType Enumeration


This category allows the user to assign a specific type to custom field editors.
Syntax
'Declaration
 
<GuidAttribute("BC1E64A0-2CF6-11D4-BD74-00500462EE0B")>
Public Enum mmCustomFieldEditorType 
   Inherits System.Enum
'Usage
 
Dim instance As mmCustomFieldEditorType
[Guid("BC1E64A0-2CF6-11D4-BD74-00500462EE0B")]
public enum mmCustomFieldEditorType : 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 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.

See Also

Reference

Miner.Interop Namespace

 

 


Send Comment