You are here: Start » FIL.NET » Function Reference » Surface » Surface Features » FIL.SurfaceMedian
Finds the median Z coordinate of the surface points.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | outMedian | float | Median Z coordinate of the surface points. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | No valid point in given region in SurfaceMedian. |
| DomainError | Region of interest exceeds an input surface in SurfaceMedian. |


