ESRI.ArcGIS.ADF.ArcGISServer
SpatialRelDescription Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > SpatialFilter Class : SpatialRelDescription Property




The array elements which describe the spatial relation between the query geometry and the requested geometries. There are 9 chars in this string which can be either 'F', 'T' or '*'; e.g., TT*FFT***' represents CONTAIN.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property SpatialRelDescription As String
Visual Basic (Usage)Copy Code
Dim instance As SpatialFilter
Dim value As String
 
instance.SpatialRelDescription = value
 
value = instance.SpatialRelDescription
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public string SpatialRelDescription {get; set;}

See Also

© 2010 All Rights Reserved.