Click or drag to resize
XDL

XVectorIOIsKeyImportSupported Method

this객체가 입력되는 Key(예 : "DXF", "SHP" 등)에 대하여 지원 가능한지여부를 채크한다.

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

Parameters

strKey
Type: SystemString
[In] The string to extension key.

Return Value

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