ArcFM Responder Mobile Developer Guide
SupportedFieldTypes Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(4)>
ReadOnly Property SupportedFieldTypes As ESRI.ArcGIS.Geodatabase.esriFieldType()
'Usage
 
Dim instance As IMMCustomFieldEditor
Dim value() As ESRI.ArcGIS.Geodatabase.esriFieldType
 
value = instance.SupportedFieldTypes
[System.Runtime.InteropServices.DispId(4)]
ESRI.ArcGIS.Geodatabase.esriFieldType[] SupportedFieldTypes {get;}
read-only property SupportedFieldTypes: ESRI.ArcGIS.Geodatabase.array of esriFieldType; 
System.Runtime.InteropServices.DispIdAttribute(4)
function get SupportedFieldTypes : ESRI.ArcGIS.Geodatabase.esriFieldType[]
[System.Runtime.InteropServices.DispId(4)]
__property ESRI.ArcGIS.Geodatabase.esriFieldType[]* get_SupportedFieldTypes();
[System.Runtime.InteropServices.DispId(4)]
property ESRI.ArcGIS.Geodatabase.array<esriFieldType>^ SupportedFieldTypes {
   ESRI.ArcGIS.Geodatabase.array<esriFieldType>^ get();
}
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

IMMCustomFieldEditor Interface
IMMCustomFieldEditor Members

Send Feedback