Click or drag to resize
XDL

XftLineStringGetPoint Method

입력된 인덱스에 해당하는 좌표 점을 얻는다.

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public void GetPoint(
	int index,
	ref double x,
	ref double y,
	ref double z
)

Parameters

index
Type: SystemInt32
[In] 좌표점을 얻기위한 인덱스
x
Type: SystemDouble
[Out] x 좌표값
y
Type: SystemDouble
[Out] y 좌표값
z
Type: SystemDouble
[Out] z 좌표값
See Also