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

fli
fid
Instantiates a Feature.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fli As FeatureSourceInfo, _
   ByVal fid As Integer _
)
C# 
public Feature( 
   FeatureSourceInfo fli,
   int fid
)

Parameters

fli
fid

Remarks

This constructor queries the layer in the cache for a feature with the passed in FID. If the feature isn't found an exception is thrown.

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