Gets the geometry type of the data referenced by the FeatureLayer

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public GeometryType GeometryType { get; }
Visual Basic (Declaration)
Public ReadOnly Property GeometryType As GeometryType

Field Value

The geometry type of the data referenced by the FeatureLayer; GeometryType.None if the layer is not connected.

See Also