If true, each feature returned includes the geometry. Since the geometry makes up a significant portion of the result, only use when you plan to use the geometry of the feature, for example, to include them on a map. By default, this is true.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ReturnGeometry As Boolean |
C# | |
---|
public bool ReturnGeometry {get; set;} |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also