Click or drag to resize
XDL

XVectorIOLoadFile Method (String, String, XSpatialReference)

표준 및 상용 포맷의 벡터 파일을 로딩한다.

Namespace:  Pixoneer.NXDL.NIO
Assembly:  NXDLio (in NXDLio.dll) Version: 2.0.3.31
Syntax
C#
public XvcBase LoadFile(
	string strFileName,
	out string strError,
	ref XSpatialReference pInSR
)

Parameters

strFileName
Type: SystemString
[In] 파일 경로
strError
Type: SystemString
[Out] 에러발생시 오류 메시지.
pInSR
Type: Pixoneer.NXDL.NCCXSpatialReference
[Out] 벡터파일 좌표 시스템.

Return Value

Type: XvcBase
XvcBase 객체.
See Also