|
XPBIProviderBlenderExport2PBI Method
|
설정된 Front PBI 파일과 Back 파일을 Blend하여 저장한다.
Namespace: Pixoneer.NXDL.NDFSAssembly: NXDLdfs (in NXDLdfs.dll) Version: 2.0.3.38
Syntaxpublic bool Export2PBI(
int startLevel,
int endLevel,
string strSaveFile
)
Parameters
- startLevel Int32
- [In] Blend를 수행할 출력 가능한 시작 Level.
- endLevel Int32
- [In] Blend를 수행할 출력 가능한 종료 Level.
- strSaveFile String
- [In] 저장할 PBI 파일 경로.
Return Value
Boolean성공이면 true, 실패면 false를 리턴
See Also