 | CSEGYREADER.GetTiePoint 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.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic 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
)
Public Sub GetTiePoint (
i As Integer,
ByRef x As Double,
ByRef y As Double,
ByRef in_line As Integer,
ByRef cross_line As Integer
)
Public Sub GetTiePoint (
i As Integer,
ByRef x As Double,
ByRef y As Double,
ByRef in_line As Integer,
ByRef cross_line As Integer
)
public:
void GetTiePoint(
int i,
double% x,
double% y,
int% in_line,
int% cross_line
)
public:
void GetTiePoint(
int i,
double% x,
double% y,
int% in_line,
int% cross_line
)
member GetTiePoint :
i : int *
x : float byref *
y : float byref *
in_line : int byref *
cross_line : int byref -> unit
member GetTiePoint :
i : int *
x : float byref *
y : float byref *
in_line : int byref *
cross_line : int byref -> unit
Parameters
- i
- Type: System.Int32
Tie point indexl must be 0, 1 or 2. - x
- Type: System.Double
x-coordinate - y
- Type: System.Double
inline-coordinate - in_line
- Type: System.Int32
Tie point index. - cross_line
- Type: System.Int32
crossline-coordinate
See Also