Click or drag to resize
XDL

XscPolyLineExRemovePointAt Method

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

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public void RemovePointAt(
	int index
)

Parameters

index
Type: SystemInt32
점의 인덱스.

Return Value

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