ArcFM Engine Developer Guide
IMMCustomFieldEditor Interface
Members 


Use this interface to create custom field editors. There may be instances when a field should be edited using a special control (or custom field editor) that is specific to your organization's business. This interface is used in conjunction with the IMMCustomFieldEditorEx interface to create custom field editors.
Available at Version
Product Availability
Required Licenses
.NET Assembly
Syntax
'Declaration
 
<TypeLibTypeAttribute(TypeLibTypeFlags.FDual Or  _
    TypeLibTypeFlags.FDispatchable)>
<GuidAttribute("FFE1425D-40C6-11D4-BD7D-00500462EE0B")>
<ComImportAttribute()>
Public Interface IMMCustomFieldEditor 
'Usage
 
Dim instance As IMMCustomFieldEditor
[TypeLibType(TypeLibTypeFlags.FDual | 
    TypeLibTypeFlags.FDispatchable)]
[Guid("FFE1425D-40C6-11D4-BD7D-00500462EE0B")]
[ComImport()]
public interface IMMCustomFieldEditor 
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

IMMCustomFieldEditor Members
Miner.Interop Namespace

Use this interface to create custom field editors. There may be instances when a field should be edited using a special control (or custom field editor) that is specific to your organization's business. This interface is used in conjunction with the IMMCustomFieldEditorEx interface to create custom field editors.
Syntax
'Declaration
 
<TypeLibTypeAttribute(TypeLibTypeFlags.FDual Or  _
    TypeLibTypeFlags.FDispatchable)>
<GuidAttribute("FFE1425D-40C6-11D4-BD7D-00500462EE0B")>
<ComImportAttribute()>
Public Interface IMMCustomFieldEditor 
'Usage
 
Dim instance As IMMCustomFieldEditor
[TypeLibType(TypeLibTypeFlags.FDual | 
    TypeLibTypeFlags.FDispatchable)]
[Guid("FFE1425D-40C6-11D4-BD7D-00500462EE0B")]
[ComImport()]
public interface IMMCustomFieldEditor 
Inheritance Hierarchy

Miner.Interop.IMMCustomFieldEditor

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

IMMCustomFieldEditor Members
Miner.Interop Namespace

 

 


Send Comment