Click or drag to resize
XDL

NXOverlayLayerMove Method (String, Int32)

composite를 이동한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public bool Move(
	string strName,
	int TargetIndex
)

Parameters

strName
Type: SystemString
이동 할 소스의 이름.
TargetIndex
Type: SystemInt32
이동 할 대상의 인덱스

Return Value

Type: Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also