Click or drag to resize
XDL

XDMCompositeGetCutMin Method

SetCutType을 통해 eCompCutType의 방법중 User로 설정한 경우, 사용자가 입력한 최소값을 얻어온다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public double GetCutMin(
	int Idx
)

Parameters

Idx
Type: SystemInt32
Composite 인덱스

Return Value

Type: Double
Stretching을 위한 최소값.
See Also