Click or drag to resize
XDL

XPBIProviderCombinerGetPercent Method

저장 프로세스 공정 중 진행율을 퍼센트로 얻는다.

Namespace: Pixoneer.NXDL.NDFS
Assembly: NXDLdfs (in NXDLdfs.dll) Version: 2.0.3.38
Syntax
C#
public double GetPercent(
	ref long allTileNum,
	ref long proTileNum
)

Parameters

allTileNum  Int64
[Out] 생성될 Tile의 총수
proTileNum  Int64
[Out] 생성된 Tile의 수

Return Value

Double
진행 율, 0.0 ~ 1.0
See Also