ESRI.ArcGIS.ADF.Web.UI.WebControls
FeatureType Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapDisplayNode Class : FeatureType Property




The feature type of the layer.

Syntax

Visual Basic (Declaration) 
Public Property FeatureType As FeatureType
Visual Basic (Usage)Copy Code
Dim instance As MapDisplayNode
Dim value As FeatureType
 
instance.FeatureType = value
 
value = instance.FeatureType
C# 
public FeatureType FeatureType {get; set;}

Remarks

This is one of the FeatureType enumeration values.

See Also

© 2010 All Rights Reserved.