Click or drag to resize
XDL

XAircraftLoadModel(String) Method

파일경로에서 비행체 모델을 로딩한다.

Namespace: Pixoneer.NXDL.NEQUIP
Assembly: NXDLncw (in NXDLncw.dll) Version: 2.0.3.38
Syntax
C#
public bool LoadModel(
	string strFile
)

Parameters

strFile  String
모델 파일 경로.

Return Value

Boolean
모델 로딩이 성공하면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also