Click or drag to resize

CSEGYREADERGetTiePoint Method

Return the currently-active tie points. If SetTiePoints() has not already been called, then the returned points will be the automatically-selected ones.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetTiePoint(
	int i,
	ref double x,
	ref double y,
	ref int in_line,
	ref int cross_line
)

public void GetTiePoint(
	int i,
	ref double x,
	ref double y,
	ref int in_line,
	ref int cross_line
)

Parameters

i
Type: SystemInt32
Tie point indexl must be 0, 1 or 2.
x
Type: SystemDouble
x-coordinate
y
Type: SystemDouble
inline-coordinate
in_line
Type: SystemInt32
Tie point index.
cross_line
Type: SystemInt32
crossline-coordinate
See Also