'Declaration Public Overloads Function Compare( _ ByVal inputGeometry As Geometry, _ ByVal flatteningTolerance As Single _ ) As GeometryRelation
public GeometryRelation Compare( Geometry inputGeometry, float flatteningTolerance )
Parameters
- inputGeometry
- The geometry to test.
- flatteningTolerance
- The maximum bounds on the distance between points in the polygonal approximation of the geometries. Smaller values produce more accurate results but cause slower execution.
Return Value
When this method returns, contains a reference to a value that describes how this geometry is related to inputGeometry. You must allocate storage for this parameter.