Click or drag to resize
XDL

NXImageLayerVectorEditorSetEditLayer Method

편집 레이어를 설정한다. 편집 베이스의 첫번째 레이어를 편집 레이어로 기본 설정하는데 이를 변경할 수 있다.
설정하는 편집 레이어는 편집 베이스(EditBase)의 레이어 중 하나이어야 한다.

Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public bool SetEditLayer(
	XvcLayer pLayer
)

Parameters

pLayer  XvcLayer
편집 레이어로 설정하고자 하는 레이어 인스턴스

Return Value

Boolean
편집 베이스(EditBase)의 레이어 중 하나이고 설정이 완료되면 true를, 그렇지 않으면 false를 반환한다.
See Also