public ValueTuple<double,double,double> EstimatePointSpacing( Envelope envelope )
Public Function EstimatePointSpacing( _ ByVal envelope As Envelope _ ) As ValueTuple(Of Double,Double,Double)
Parameters
- envelope
- The envelope. It will be projected into the spatial reference of the LAS dataset.
Return Value
The minimum, maximum and mean point spacing.