Geotools.Net

IntersectionMatrix.SetAll Method 

Changes the elements of this IntersecionMatrix to dimensionValue.

[Visual Basic]
Public Sub SetAll( _
   ByVal dimensionValue As Integer _
)
[C#]
public void SetAll(
   int dimensionValue
);

Parameters

dimensionValue
The dimension value to which to set this IntersectionMatrixs elements. Possible values are:(TRUE, FALSE, DONTCARE, 0,1,2).

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IntersectionMatrix.SetAll(System.Int32)

See Also

IntersectionMatrix Class | IntersectionMatrix Members | Geotools.Geometries Namespace