Click or drag to resize
XDL

XRPFTocGetFrameFileName(Int32) Method

입력 인덱스에 해당하는 Frame파일 이름을 얻는다.

Namespace: Pixoneer.NXDL.NIO
Assembly: NXDLio (in NXDLio.dll) Version: 2.0.3.38
Syntax
C#
public string GetFrameFileName(
	int index
)

Parameters

index  Int32
File 인덱스

Return Value

String
인덱스에 해당하는 파일 이름
See Also