sospatialrelation2.h
来自「用VC+SuperMap开发的校园GIS系统」· C头文件 代码 · 共 23 行
H
23 行
// 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.
/////////////////////////////////////////////////////////////////////////////
// CsoSpatialRelation2 wrapper class
class CsoSpatialRelation2 : public COleDispatchDriver
{
public:
CsoSpatialRelation2() {} // Calls COleDispatchDriver default constructor
CsoSpatialRelation2(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CsoSpatialRelation2(const CsoSpatialRelation2& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
BOOL Relate(LPDISPATCH objOtherGeometry, LPCTSTR strTestPatternMatrix);
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?