ArcFM Desktop Overview > ArcFM Desktop Developer Samples > Field Editor |
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:
How to Use:
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