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