Click or drag to resize

CSEGYREADERSetTiePoint Method

Set 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.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetTiePoint(
	int i,
	double x,
	double y,
	int in_line,
	int cross_line
)

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

Parameters

i
Type: SystemInt32
Tie point index.
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