ESRI.ArcGIS.Mobile.Client
GetRequiredColumnsForCrewMemberFeature Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.ViewFieldCrew Namespace > CrewMemberFeature Class : GetRequiredColumnsForCrewMemberFeature Method

featureSource
Returns the required columns that a Feature requires in a FeatureDataRow. I.e., the fields required to determine the ObjectId, FeatureType, and DisplayName.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetRequiredColumnsForCrewMemberFeature( _
   ByVal featureSource As FeatureSource _
) As String()
C# 
public static string[] GetRequiredColumnsForCrewMemberFeature( 
   FeatureSource featureSource
)

Parameters

featureSource

Return Value

The required columns that a Feature requires.

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