Click or drag to resize

CSEGYREADERGetInlineAndCrosslineAzimuths Method

Get the inline and crossline azimuths, in degrees

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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