?? soimportparams.h
字號:
#if !defined(AFX_SOIMPORTPARAMS_H__E0A5E7E1_FFB8_4AE0_990A_1346C13C2E7D__INCLUDED_)
#define AFX_SOIMPORTPARAMS_H__E0A5E7E1_FFB8_4AE0_990A_1346C13C2E7D__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);
long GetEncodedType();
void SetEncodedType(long);
// Operations
public:
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SOIMPORTPARAMS_H__E0A5E7E1_FFB8_4AE0_990A_1346C13C2E7D__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -