ESRI.ArcGIS.ADF.Web.UI.WebControls | |
GetDefault(FieldInfoCollection,FeatureType) Method | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LayerFormat Class > GetDefault Method : GetDefault(FieldInfoCollection,FeatureType) Method |
- fields
- The fields in the layer
- featureType
- The feature type to get default for.
Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function GetDefault( _ ByVal fields As FieldInfoCollection, _ ByVal featureType As FeatureType _ ) As LayerFormat |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static LayerFormat GetDefault( FieldInfoCollection fields, FeatureType featureType ) |
Parameters
- fields
- The fields in the layer
- featureType
- The feature type to get default for.