ArcFM Engine Developer Guide
Field Editor

Resource Center Home

Product Availability: ArcFM Desktop, ArcFM Engine

Custom field editors allow the implementation/customization programmers to extend the functionality of the ArcFM Attribute Editor.

Developer Sample: Developer Samples\Field Editors\C# - Field Editors\Memo Editor

How to Implement:

  1. You may modify the code sample. This step is not required.
  2. Build the solution. 

How to Use:

  1. In ArcCatalog, right click the feature class and select the ArcFM Properties Manager.
  2. On the Field Info tab, select the the field to which you want to assign the custom field editor. Select your custom field editor in the Custom Field Editor field.
  3. Click OK.

Additional Information:

Requires:

All of the files shown below are required for the solution to build successfully. Download these files from the ArcFM Solution Resource Center.

File

Description

Miner.Samples.FieldEditor.csproj

C# project containing the code to generate a custom field editor.

MemoEditor.cs
  (view code)

Class module that implements IMMCustomFieldEditor. This field editor may be used on Text fields. This custom field editor appears as "Sample ArcFM Memo Editor" in the ArcCatalog user interface.

AssemblyInfo.cs
MemoEditor.resx

The following reference files are required for the project to compile successfully.

Esri.ArcGIS.Geodatabase

Miner.Interop.Framework

Miner.Interop.FrameworkUI

Miner.Interop.Geodatabase

Miner.System

System

System.Drawing

System.Windows.Forms

Key Interfaces: IMMCustomFieldEditor

 

 


Send Comment to ArcFMdocumentation@schneider-electric.com