'Declaration Public Overloads Function ComputeArea( _ ByVal flatteningTolerance As Single _ ) As Single
public float ComputeArea( float flatteningTolerance )
Parameters
- flatteningTolerance
- The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
Return Value
When this this method returns, contains a reference to the area of the transformed, flattened version of this geometry. You must allocate storage for this parameter.