ArcFM Responder Mobile Developer Guide
FieldEditorInPlaceForm Property (IMMFieldAdapterEx2)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property FieldEditorInPlaceForm As ESRI.ArcGIS.esriSystem.UID
'Usage
 
Dim instance As IMMFieldAdapterEx2
Dim value As ESRI.ArcGIS.esriSystem.UID
 
instance.FieldEditorInPlaceForm = value
 
value = instance.FieldEditorInPlaceForm
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.esriSystem.UID FieldEditorInPlaceForm {get; set;}
read-write property FieldEditorInPlaceForm: ESRI.ArcGIS.esriSystem.UID; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set FieldEditorInPlaceForm : ESRI.ArcGIS.esriSystem.UID
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.esriSystem.UID* get_FieldEditorInPlaceForm();
__property void set_FieldEditorInPlaceForm( 
   ESRI.ArcGIS.esriSystem.UID* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.esriSystem.UID^ FieldEditorInPlaceForm {
   ESRI.ArcGIS.esriSystem.UID^ get();
   void set (    ESRI.ArcGIS.esriSystem.UID^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMFieldAdapterEx2 Interface
IMMFieldAdapterEx2 Members

Send Feedback