ESRI.ArcGIS.Mobile
GetDefaultValue Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace > FeatureLayer Class : GetDefaultValue Method

Returns the default value for the given subtype code and column index. If no subtypes are defined for this feature layer, the default subtype code = 0 should be used.

Overload List

OverloadDescription
GetDefaultValue(Int32,Int32) Returns the default value for the given subtype code and column index. If no subtypes are defined for this feature layer, the default subtype code = 0 should be used.  
GetDefaultValue(Int32,String) Returns the default value for the given subtype code and column name. If no subtypes are defined for this feature layer, the default subtype code = 0 should be used.  

Requirements

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