 | XPBIProviderCombinerGetPercent Method |
저장 프로세스 공정 중 진행율을 퍼센트로 얻는다.
Namespace:
Pixoneer.NXDL.NDFS
Assembly:
NXDLdfs (in NXDLdfs.dll) Version: 1.2.817.72
Syntaxpublic double GetPercent(
ref long allTileNum,
ref long proTileNum
)
Parameters
- allTileNum
- Type: SystemInt64
[Out] 생성될 Tile의 총수 - proTileNum
- Type: SystemInt64
[Out] 생성된 Tile의 수
Return Value
Type:
Double 진행 율, 0.0 ~ 1.0
See Also