ESRI.ArcGIS.ADF.Web
FeatureType Enumeration
See Also 
ESRI.ArcGIS.ADF.Web Namespace : FeatureType Enumeration




The geometric types of features.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum FeatureType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As FeatureType
C# 
[SerializableAttribute()]
public enum FeatureType : Enum 

Members

MemberDescription
Point The features are of type point or marker.
Line The features are of type line.
Polygon The features are of type polygon or fill.
Unknown The feature type is not known.
None A table with no geometries.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Web.FeatureType

See Also

© 2010 All Rights Reserved.