ESRI.ArcGIS.Mobile
Geometry Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Sketch Namespace > SketchGraphicLayer Class : Geometry Property

Gets or sets the sketch's geometry.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute()>
Public Property Geometry As Geometry
C# 
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute()]
public Geometry Geometry {get; set;}

Remarks

To create a new feature using Sketch, you need to create a new geometry (depending on the geometry type of the feature layer), and pass this geometry to the Sketch's Geometry property. Upon the completion of the Sketch, you could get the geometry back and assign to the geometry column of your new feature.

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