|
XscPolyLineAddPoint(XscCoord) Method
|
폴리라인의 점을 추가한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax[HandleProcessCorruptedStateExceptionsAttribute]
public void AddPoint(
XscCoord pt
)
Parameters
- pt XscCoord
- 폴리라인의 대상 위치.
Return Value
이 함수는 값을 반환하지 않는다.
See Also