ESRI.ArcGIS.Mobile
GeometryType Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Geometry Class : GeometryType Property

Returns geometry type of the geometry.

Syntax

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

Return Value

returns geometry type of the geometry, which could be one of the following.

GeometryType.Null = 0,
GeometryType.Point = 1,
GeometryType.Multipoint = 2,
GeometryType.Polyline = 3,
GeometryType.Polygon = 4,
GeometryType.Envelope = 5,

Requirements

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