📄 sodataset.h
字号:
// 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;
class CsoDatasetInfo;
/////////////////////////////////////////////////////////////////////////////
// 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();
CsoDatasetInfo GetDatasetInfo();
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -