Geotools.Net

Geometry.HasNullElements Method 

Returns true if the array contains any null elements.

[Visual Basic]
Protected Shared Function HasNullElements( _
   ByVal array As IEnumerable _
) As Boolean
[C#]
protected static bool HasNullElements(
   IEnumerable array
);

Parameters

array
An array to validate.

Return Value

Returns true if any of arrays elements are null

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.HasNullElements(System.Collections.IEnumerable)

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace