ArcGIS API for Windows Phone - Library Reference
ReturnGeometry Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > RelationshipParameter Class : ReturnGeometry Property

Gets or sets a value indicating whether to return geometry.

Syntax

Visual Basic (Declaration) 
Public Property ReturnGeometry As Boolean
C# 
public bool ReturnGeometry {get; set;}

Remarks

If true, the featureset includes the geometry associated with each feature. The default is true.

Note that this parameter only applies to related layers. It will be ignored for related tables.

Also, note that if the OutFields parameter is set to the wildcard "*", it implicitly implies ReturnGeometry=true and setting ReturnGeometry to false has no effect.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.