sodataset.h

来自「用VC+SuperMap开发的校园GIS系统」· C头文件 代码 · 共 52 行

H
52
字号
// 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 CsoRect;

/////////////////////////////////////////////////////////////////////////////
// CsoDataset wrapper class

class CsoDataset : public COleDispatchDriver
{
public:
	CsoDataset() {}		// Calls COleDispatchDriver default constructor
	CsoDataset(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
	CsoDataset(const CsoDataset& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}

// Attributes
public:
	BOOL GetCanUpdate();
	void SetCanUpdate(BOOL);
	CsoRect GetBounds();
	void SetBounds(LPDISPATCH);
	DATE GetDateCreated();
	void SetDateCreated(DATE);
	DATE GetDateLastUpdated();
	void SetDateLastUpdated(DATE);
	CString GetName();
	void SetName(LPCTSTR);
	long GetType();
	void SetType(long);
	BOOL GetVector();
	void SetVector(BOOL);
	CString GetDataSourceAlias();
	void SetDataSourceAlias(LPCTSTR);
	CString GetDescription();
	void SetDescription(LPCTSTR);
	double GetMaxZ();
	void SetMaxZ(double);
	double GetMinZ();
	void SetMinZ(double);

// Operations
public:
	BOOL ComputeBounds();
	long GetSmObject();
	BOOL Open();
	void Close();
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?