Coincident

Espacio de nombres: Digi21.DigiNG.Entities.Relations
Ensamblado: Digi21.DigiNG

Indica si el punto y el área son coincidentes.

Punto y área coincidentes

Sobrecargas

Coincident(ReadOnlyPoint, ReadOnlyLine)Indica si el ReadOnlyPointes coincidente con el área de tipo ReadOnlyLine.
Coincident(ReadOnlyPoint, ReadOnlyPolygon)Indica si el ReadOnlyPointes coincidente con el área de tipo ReadOnlyPolygon.

Coincident(ReadOnlyPoint, ReadOnlyLine)

Indica si el ReadOnlyPointes coincidente con el área de tipo ReadOnlyLine.

public static bool Coincident(ReadOnlyPoint point, ReadOnlyLine area)

Parámetros

point ReadOnlyPoint
Punto.

area ReadOnlyLine
Area.

Devuelve

Boolean
Verdadero si el punto y la línea son coincidentes.

Coincident(ReadOnlyPoint, ReadOnlyPolygon)

Indica si el ReadOnlyPointes coincidente con el área de tipo ReadOnlyPolygon.

public static bool Coincident(ReadOnlyPoint point, ReadOnlyPolygon area)

Parámetros

point ReadOnlyPoint
Punto.

area ReadOnlyPolygon
Area.

Devuelve

Boolean
Verdadero si el punto y la línea son coincidentes.