ESRI.ArcGIS.Mobile
GeometryType Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeatureSource Class : GeometryType Property

Gets the type of geometry contained in the FeatureSource.

Syntax

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

Remarks

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

Requirements

Target 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

© 2013 All Rights Reserved.