Calculates the length of the geometry as though each segment were unrolled into a line.
'Declaration
Public Overloads Function ComputeLength( _
ByVal As System.Single _
) As System.Single
public System.float ComputeLength(
System.float
)
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 method returns, contains a reference to the length of the geometry. For closed geometries, the length includes an implicit closing segment. You must allocate storage for this parameter.