|
XVectorIOLoadFile(String, String, XSpatialReference, Boolean, Boolean) Method
|
표준 및 상용 포맷의 벡터 파일을 로딩한다.
Namespace: Pixoneer.NXDL.NIOAssembly: NXDLio (in NXDLio.dll) Version: 2.0.3.38
Syntaxpublic XvcBase LoadFile(
string strFileName,
out string strError,
ref XSpatialReference pInSR,
out bool bExistAttr,
bool bLoadProperty
)
Parameters
- strFileName String
- [In] 파일 경로
- strError String
- [Out] 에러발생시 오류 메시지.
- pInSR XSpatialReference
- [Out] 벡터파일 좌표 시스템.
- bExistAttr Boolean
- [Out] 벡터 객체에 속성(선색, 배경색, 전경색, 선스타일, 채우기스타일) 정보가 저장되어 있다면 true, 없다면 false를 가져옴.
false 일 경우 객체의 속성은 임의의 color 및 스타일로 저장됨. - bLoadProperty Boolean
- DBF와 같은 파일 로딩시 데이터베이스 내용을 객체의 property 로 저장할지 여부를 설정.
Return Value
XvcBase XvcBase 객체.
See Also