Click or drag to resize
XDL

XVectorIOLoadFile Method (String, String, XSpatialReference, Boolean, Boolean)

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

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,
	out bool bExistAttr,
	bool bLoadProperty
)

Parameters

strFileName
Type: SystemString
[In] 파일 경로
strError
Type: SystemString
[Out] 에러발생시 오류 메시지.
pInSR
Type: Pixoneer.NXDL.NCCXSpatialReference
[Out] 벡터파일 좌표 시스템.
bExistAttr
Type: SystemBoolean
[Out] 벡터 객체에 속성(선색, 배경색, 전경색, 선스타일, 채우기스타일) 정보가 저장되어 있다면 true, 없다면 false를 가져옴.
false 일 경우 객체의 속성은 임의의 color 및 스타일로 저장됨.
bLoadProperty
Type: SystemBoolean
DBF와 같은 파일 로딩시 데이터베이스 내용을 객체의 property 로 저장할지 여부를 설정.

Return Value

Type: XvcBase
XvcBase 객체.
See Also