GeographicalSchema.FindByLocation

Syntax:

FindByLocation(<Object>, <WhereToFind>, <FindType>)

Parameters:

<Object> (required)

Type: GeographicalSchemaObjectPoint; GeographicalSchemaObjectMultiPoint; GeographicalSchemaObjectPolyline; GeographicalSchemaObjectPolygon.
Search object.

<WhereToFind> (required)

Type: Array.
Array can contain objects of the following types:
GeographicalSchemaObjectPoint, GeographicalSchemaObjectMultiPoint, GeographicalSchemaObjectPolyline, GeographicalSchemaObjectPolygon, GeographicCoordinates, GeographicalSchemaRectangle.

<FindType> (required)

Type: GeographicalSchemaObjectFindType.
Defines the method for searching for a geographical schema object.

Returned value:

Type: Array.

Description:

Checks objects by location.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community