Click or drag to resize
XDL

XPBEProviderExporterGetPercent 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] 생성될 총 타일 개수
proTileNum  Int64
[Out] 생성된 타일 개수

Return Value

Double
진행 율, 0.0 ~ 1.0
See Also