BoundingBoxSamplerBoundingBox Property |
[Missing <summary> documentation for "P:VelocityDBExtensions.Geo.util.BoundingBoxSampler.BoundingBox"]
Namespace:
VelocityDBExtensions.Geo.util
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic virtual TwoGeoHashBoundingBox BoundingBox { get; }
Public Overridable ReadOnly Property BoundingBox As TwoGeoHashBoundingBox
Get
public:
virtual property TwoGeoHashBoundingBox^ BoundingBox {
TwoGeoHashBoundingBox^ get ();
}
abstract BoundingBox : TwoGeoHashBoundingBox with get
override BoundingBox : TwoGeoHashBoundingBox with get
Property Value
Type:
TwoGeoHashBoundingBox
See Also