Click or drag to resize
XDL

XVectorIOIsExtensionImportSupported Method

this객체가 Import기능에 대하여 입력되는 파일 타입을 지원하는지 여부를 채크한다.

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

Parameters

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

Return Value

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