Click or drag to resize

CSEGYREADERGetInlineAndCrosslineAzimuths Method

Get the inline and crossline azimuths, in degrees

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetInlineAndCrosslineAzimuths(
	ref double inline_azimuth,
	ref double crossline_azimuth
)

public void GetInlineAndCrosslineAzimuths(
	ref double inline_azimuth,
	ref double crossline_azimuth
)

Parameters

inline_azimuth
Type: SystemDouble
Inline azimuth
crossline_azimuth
Type: SystemDouble
Crossline azimuth
See Also