ESRI.ArcGIS.Mobile
GetDomain(Object,String) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace > FeatureLayer Class > GetDomain Method : GetDomain(Object,String) Method

subtypeValue
columnName
Gets the Domain for a specific field and subtype code (DataTable for coded domain and RangeDomain for range domain).

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetDomain( _
   ByVal subtypeValue As Object, _
   ByVal columnName As String _
) As IDomain
C# 
public IDomain GetDomain( 
   object subtypeValue,
   string columnName
)

Parameters

subtypeValue
columnName

Remarks

If the FeatureLayer doesn't have a subtype, then zero for the subtype can 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