ESRI.ArcGIS.Mobile
IFeatureDataRecord Interface Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace : IFeatureDataRecord Interface


The following tables list the members exposed by IFeatureDataRecord.

Public Properties

 NameDescription
 PropertyDisplayColumnIndex Gets the index of the Display Column.  
 PropertyFeatureSource Gets the parent FeatureSource (could be null if the layer is an annotation layer.  
 PropertyFidColumnIndex Gets the index of the Fid Column.  
 PropertyGeometryColumnIndex Gets the index of the Geometry Column.  
 PropertyGlobalIdColumnIndex Gets the index of the GlobalId Column.  
 PropertyStoredEditState Gets the stored edit state of this feature in the MobileService cache.  
 PropertySubtypeColumnIndex Gets the index of the Subtype Column.  
Top

Public Methods

 NameDescription
 MethodGetBlob Gets the byte array value of the specified column.  
 MethodGetFid Gets the FID for the current record.  
 MethodGetGeometry Gets the geometry for the current record.  
 MethodGetGlobalId Gets the Global Id for the current record.  
 MethodGetSubtypeCode Gets the geometry for the current record.  
Top

See Also