Gets the Geocode that serves as reference point for geocode filter operations. Returns null if this RangeFilter does not represent a geocode filter.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public Geocode Geocode { get; }
Visual Basic (Declaration)
Public ReadOnly Property Geocode As Geocode
Visual C++
public:
property Geocode^ Geocode {
	Geocode^ get ();
}

See Also