|
XscPolyLineExGetPoint Method
|
확장 폴리라인의 점을 확인한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax[HandleProcessCorruptedStateExceptionsAttribute]
public bool GetPoint(
int index,
ref double x,
ref double y,
ref double minHeight,
ref double maxHeight
)
Parameters
- index Int32
- 점의 인덱스.
- x Double
- [In] 위치의 x 값(degree 값).
- y Double
- [In] 위치의 y 값(degree 값).
- minHeight Double
- [In] 각기둥의 최대 높이(meter 값).
- maxHeight Double
- [In] 각기둥의 최소 높이(meter 값).
Return Value
Boolean 인덱스가 유효하면 true를, 그렇지 않으면 false를 반환한다.
See Also