Click or drag to resize
XDL

XscPolyLineExGetPoint Method

확장 폴리라인의 점을 확인한다.

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

Parameters

index
Type: SystemInt32
점의 인덱스.
x
Type: SystemDouble
[In] 위치의 x 값(degree 값).
y
Type: SystemDouble
[In] 위치의 y 값(degree 값).
minHeight
Type: SystemDouble
[In] 각기둥의 최대 높이(meter 값).
maxHeight
Type: SystemDouble
[In] 각기둥의 최소 높이(meter 값).

Return Value

Type: 
이 함수는 값을 반환하지 않는다..
See Also