Returns the ADF feature type.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Function ToADFFeatureType( _
ByVal featureType As String _
) As ESRI.ArcGIS.ADF.Web.FeatureType |
| Visual Basic (Usage) | Copy Code |
|---|
Dim featureType As String
Dim value As ESRI.ArcGIS.ADF.Web.FeatureType
value = Converter.ToADFFeatureType(featureType) |
| C# | |
|---|
public static ESRI.ArcGIS.ADF.Web.FeatureType ToADFFeatureType(
string featureType
) |
Parameters
- featureType
- Feature type.
Return Value
ADF Feature type
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