Click or drag to resize
XDL

XscPolyLineGetPoint Method (Int32, Double, Double, Double)

폴리라인의 점의 위치를 확인한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 2.0.3.31
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public bool GetPoint(
	int index,
	ref double x,
	ref double y,
	ref double z
)

Parameters

index
Type: SystemInt32
점의 인덱스.
x
Type: SystemDouble
위치의 x 값(degree 값).
y
Type: SystemDouble
위치의 y 값(degree 값).
z
Type: SystemDouble
위치의 z 값(meter 값).

Return Value

Type: Boolean
인덱스가 유효하면 true를, 그렇지 않으면 false를 반환한다.
See Also