Visual Basic (Declaration) | |
---|---|
Public Property ReturnGeometry As Boolean |
C# | |
---|---|
public bool ReturnGeometry {get; set;} |
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.
Target Platforms:Windows Phone 7