Click or drag to resize
XDL

XDMBandProcSetMasterBand Method

마스터 밴드를 설정한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.3
Syntax
C#
public bool SetMasterBand(
	XDMBandProc masterBand,
	ref string strError
)

Parameters

masterBand  XDMBandProc
마스터 밴드로 설정할 객체. XDMBandProc를 상속받은 클래스 객체만 사용 가능.
strError  String
에러 메세지

Return Value

Boolean
마스터 밴드 설정 성공 여부
See Also