Click or drag to resize
XDL

XVectorIO Methods

The XVectorIO type exposes the following members.

Methods
  NameDescription
Public methodExport
표준 및 상용 포맷의 벡터 파일로 저장한다.
Public methodGetDriverKey
입력 인덱스에 의한 Driver Key를 반환한다.
Public methodGetFiltersForLoad
XVectorIO객체로부터 로딩이 가능한 필터를 얻는다. 이 필터 String은 보통 Load Dialog Box에서 사용된다.
Public methodGetFiltersForSave
XVectorIO객체로부터 저장이 가능한 필터를 얻는다. 이 필터 String은 보통 Save Dialog Box에서 사용된다.
Public methodInitialize
XVectorIO객체를 초기화하고 IO Driver를 로딩한다.
Public methodIsExtensionExportSupported
this객체가 Export기능에 대하여 입력되는 파일 타입을 지원하는지 여부를 채크한다.
Public methodIsExtensionImportSupported
this객체가 Import기능에 대하여 입력되는 파일 타입을 지원하는지 여부를 채크한다.
Public methodIsKeyImportSupported
this객체가 입력되는 Key(예 : "DXF", "SHP" 등)에 대하여 지원 가능한지여부를 채크한다.
Public methodLoadFile
표준 및 상용 포맷의 벡터 파일을 로딩한다.
Top
See Also