Click or drag to resize
CPGUrMaximumTerrainSteepness Method
Compute the Maximum Steepness of a topography Pager

Available since Oasis montaj version: 7.1
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Calculates forward-looking slopes SX and SY in the X and Y directions using pager locations (ix, iy), (ix+size, iy), (ix, iy+isize) and returns SX*SX + SY*SY. The values in the last "size" rows and columns are not processed. The wrapper was created for testing and development purposes.
Syntax
public static double rMaximumTerrainSteepness(
	CGXNETCore gxNetShared,
	CPG pg,
	int annular_size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
pg
Type: GeoEngine.Core.GXNetXCPG
Topography Pager
annular_size
Type: SystemInt32
Annular Size

Return Value

Type: Double
Maximum Terrain Steepness Computation.
See Also