Click or drag to resize
XDL

XDMBandFeatureExtDilateFeature Method

Feature 영역을 넓힌다.

Namespace: Pixoneer.NXDL.NRSEX
Assembly: NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.38
Syntax
C#
public bool DilateFeature(
	int nIndex,
	XThread thd
)

Parameters

nIndex  Int32
[In] Feature index.
thd  XThread
[In] Thread.

Return Value

Boolean
성공이면 true, 실패이면 false
See Also