|
XPBIProviderCombinerGetPercent Method
|
작업 공정 진행율을 퍼센트로 얻는다.
Namespace: Pixoneer.NXDL.NDFSAssembly: NXDLdfs (in NXDLdfs.dll) Version: 3.0.0.0
Syntaxpublic double GetPercent(
ref long allTileNum,
ref long proTileNum
)
Parameters
- allTileNum Int64
- [Out] 생성될 PBI 타일의 총 수
- proTileNum Int64
- [Out] 생성된 PBI 타일의 수
Return Value
Double 진행 율, 0.0 ~ 1.0
See Also