ArcFM Engine Developer Guide
Editor Class
Members 


Version: 10.2.1a

Resource Center Home

Product Availability
ArcFM Desktop, ArcFM Engine and ArcFM Server
Required Licenses
ArcFM, Designer, ArcFM Viewer, ArcFM Engine, ArcFM Engine Editor, ArcFM Viewer for ArcGIS Engine, ArcFM Server, ArcFM Server Advanced
.NET Assembly
Miner.Geodatabase.dll

This extension provides an editing framework for all ArcFM Solution applications, including ArcFM Viewer for ArcGIS Engine. This framework allows you to write editing tools that work in ArcFM Engine and ArcFM Desktop applications. It is similar to Esri's Editor extension.

Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<ComponentCategoryAttribute(Description="", CategoryID=b56a7c45-83d4-11d2-a2e9-080009b6f22b)>
<ProgIdAttribute("mmGeodatabase.MMDotNetEditorExtension")>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("96DEC8A1-D9B7-489B-9C3C-0D523547CAAE")>
Public Class Editor 
   Implements ESRI.ArcGIS.esriSystem.IExtension 
'Usage
 
Dim instance As Editor
[ComVisible(true)]
[ComponentCategory(Description="", CategoryID=b56a7c45-83d4-11d2-a2e9-080009b6f22b)]
[ProgId("mmGeodatabase.MMDotNetEditorExtension")]
[ClassInterface(ClassInterfaceType.None)]
[Guid("96DEC8A1-D9B7-489B-9C3C-0D523547CAAE")]
public class Editor : ESRI.ArcGIS.esriSystem.IExtension  
Inheritance Hierarchy

System.Object
   Miner.Geodatabase.Edit.Editor

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

Editor Members
Miner.Geodatabase.Edit Namespace

 

 


Send Comment