ESRI.ArcGIS.Mobile.Client
Feature Constructor(FeatureType)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Feature Class > Feature Constructor : Feature Constructor(FeatureType)

featureType
Constructs a new Feature in a state of editing.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal featureType As FeatureType _
)
C# 
public Feature( 
   FeatureType featureType
)

Parameters

featureType

Remarks

The resulting Feature will represent a Feature not yet in the MobileCache.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also