Click or drag to resize
XDL

XDMCompManagerRemoveXDMCompositeAt Method

입력 인덱스에 있는 XDMComposite를 삭제한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void RemoveXDMCompositeAt(
	int Index
)

Parameters

Index  Int32
[In] XDMComposite관리 배열에서 삭제를 원하는 인덱스.
See Also