|
| ESRI.ArcGIS.ADF.Web | |
| FeatureGraphicsLayer Constructor(FeatureType) | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > FeatureGraphicsLayer Class > FeatureGraphicsLayer Constructor : FeatureGraphicsLayer Constructor(FeatureType) |
- featureType
- The type of feature this FeatureGraphicsLayer will contain.
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal featureType As FeatureType _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public FeatureGraphicsLayer( FeatureType featureType ) | |
Parameters
- featureType
- The type of feature this FeatureGraphicsLayer will contain.