Click or drag to resize
XDL

XVectorIOIsExtensionExportSupported Method

출력(export) 기능에 특정 파일 형식을 지원하는지 확인한다.

Namespace: Pixoneer.NXDL.NIO
Assembly: NXDLio (in NXDLio.dll) Version: 2.0.3.38
Syntax
C#
public bool IsExtensionExportSupported(
	string strFileType
)

Parameters

strFileType  String
[In] String형의 확장자 타입(예 : dxf, shp, ntf ... 등)

Return Value

Boolean
성공이면 true, 실패이면 false
See Also