Click or drag to resize
XDL

NXViewshedSaveBMP Method

결과 파일을 저장한다.

Namespace: Pixoneer.NXDL.NXPlanet
Assembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntax
C#
public bool SaveBMP(
	string strFile
)

Parameters

strFile  String
파일 경로.

Return Value

Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also