ArcGIS API for WPF - 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.

This parameter only applies to related layers. It will be ignored for related tables.

Note: For the OutFields parameter, the wildcard '*' will not return the geometry (i.e. shape field). In order to return the geometry information the ReturnGeometry must be set to True.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.