Click or drag to resize
XDL

XPBIProviderBlenderSetSource Method

Blend를 수행하기 위한 Source PBI파일과 Base PBI파일을 설정하고, 생서하기 위한 시작 Level과 종료 Level을 설정한다.

Namespace: Pixoneer.NXDL.NDFS
Assembly: NXDLdfs (in NXDLdfs.dll) Version: 2.0.3.38
Syntax
C#
public bool SetSource(
	string strFrontPBIFile,
	string strBackPBIFile,
	ref int startLevel,
	ref int endLevel
)

Parameters

strFrontPBIFile  String
[In] Front PBI source 파일 경로.
strBackPBIFile  String
[In] Background pbi source 파일 경로.
startLevel  Int32
[Out] Blend를 수행할 출력 가능한 시작 Level.
endLevel  Int32
[Out] Blend를 수행할 출력 가능한 종료 Level.

Return Value

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