ArcFM Responder Mobile Developer Guide
FeatureType Property (FeatureInfo)






Syntax
'Declaration
 
Public Property FeatureType As ESRI.ArcGIS.Geodatabase.esriFeatureType
'Usage
 
Dim instance As FeatureInfo
Dim value As ESRI.ArcGIS.Geodatabase.esriFeatureType
 
instance.FeatureType = value
 
value = instance.FeatureType
public ESRI.ArcGIS.Geodatabase.esriFeatureType FeatureType {get; set;}
public read-write property FeatureType: ESRI.ArcGIS.Geodatabase.esriFeatureType; 
public function get,set FeatureType : ESRI.ArcGIS.Geodatabase.esriFeatureType
public: __property ESRI.ArcGIS.Geodatabase.esriFeatureType get_FeatureType();
public: __property void set_FeatureType( 
   ESRI.ArcGIS.Geodatabase.esriFeatureType value
);
public:
property ESRI.ArcGIS.Geodatabase.esriFeatureType FeatureType {
   ESRI.ArcGIS.Geodatabase.esriFeatureType get();
   void set (    ESRI.ArcGIS.Geodatabase.esriFeatureType 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

FeatureInfo Class
FeatureInfo Members

Send Feedback