You are here: Start » AVL.NET » AVL.SurfaceMedian Method
AVL.SurfaceMedian Method
Finds the median Z coordinate of the surface.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SurfaceMedian( AvlNet.Surface inSurface, out float outMedian )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | outMedian | float | Median Z coordinate of the surface points. |
Errors
| Error type | Description |
|---|---|
| DomainError | No valid point in given region in SurfaceMedian. |


