soimportparams.h
来自「用VC+SuperMap开发的校园GIS系统」· C头文件 代码 · 共 93 行
H
93 行
#if !defined(AFX_SOIMPORTPARAMS_H__4898DEF2_4CA9_41C7_BEDA_2FA53201E389__INCLUDED_)
#define AFX_SOIMPORTPARAMS_H__4898DEF2_4CA9_41C7_BEDA_2FA53201E389__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
// Dispatch interfaces referenced by this interface
class CsoStrings;
/////////////////////////////////////////////////////////////////////////////
// CsoImportParams wrapper class
class CsoImportParams : public COleDispatchDriver
{
public:
CsoImportParams() {} // Calls COleDispatchDriver default constructor
CsoImportParams(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CsoImportParams(const CsoImportParams& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
BOOL GetIgnoreAttribute();
void SetIgnoreAttribute(BOOL);
BOOL GetIgnoreNetworkTopology();
void SetIgnoreNetworkTopology(BOOL);
BOOL GetIgnoreStyle();
void SetIgnoreStyle(BOOL);
BOOL GetIgnoreCoordSys();
void SetIgnoreCoordSys(BOOL);
BOOL GetImportAsCADDataset();
void SetImportAsCADDataset(BOOL);
BOOL GetImportAsCompressedDatset();
void SetImportAsCompressedDatset(BOOL);
BOOL GetShowProgress();
void SetShowProgress(BOOL);
double GetToleranceGrain();
void SetToleranceGrain(double);
long GetSrcDefaultUnits();
void SetSrcDefaultUnits(long);
long GetDgnUnitsSelected();
void SetDgnUnitsSelected(long);
CString GetDatasetImage();
void SetDatasetImage(LPCTSTR);
CString GetDatasetDBF();
void SetDatasetDBF(LPCTSTR);
CString GetDatasetCAD();
void SetDatasetCAD(LPCTSTR);
CString GetDatasetPoint();
void SetDatasetPoint(LPCTSTR);
CString GetDatasetLine();
void SetDatasetLine(LPCTSTR);
CString GetDatasetRegion();
void SetDatasetRegion(LPCTSTR);
CString GetDatasetText();
void SetDatasetText(LPCTSTR);
CString GetDatasetNoneGeometry();
void SetDatasetNoneGeometry(LPCTSTR);
CsoStrings GetLayers();
void SetLayers(LPDISPATCH);
CString GetFileName();
void SetFileName(LPCTSTR);
long GetFileType();
void SetFileType(long);
CString GetStyleMappingTableFile();
void SetStyleMappingTableFile(LPCTSTR);
CString GetImageGeoRefFileName();
void SetImageGeoRefFileName(LPCTSTR);
long GetImageGeoRefFileType();
void SetImageGeoRefFileType(long);
long GetGridDataType();
void SetGridDataType(long);
CString GetTempPath();
void SetTempPath(LPCTSTR);
CString GetLayerName();
void SetLayerName(LPCTSTR);
CString GetElevationName();
void SetElevationName(LPCTSTR);
// Operations
public:
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SOIMPORTPARAMS_H__4898DEF2_4CA9_41C7_BEDA_2FA53201E389__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?