?? sogridanalystex.cpp
字號:
// 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.
#include "stdafx.h"
#include "sogridanalystex.h"
// Dispatch interfaces referenced by this interface
#include "sogridanalysisenvironment.h"
#include "somathoperator.h"
#include "soconversionoperator.h"
#include "sogeneralizeoperator.h"
#include "sostatisticoperator.h"
/////////////////////////////////////////////////////////////////////////////
// CsoGridAnalystEx properties
CsoGridAnalysisEnvironment CsoGridAnalystEx::GetAnalysisEnvironment()
{
LPDISPATCH pDispatch;
GetProperty(0x1, VT_DISPATCH, (void*)&pDispatch);
return CsoGridAnalysisEnvironment(pDispatch);
}
void CsoGridAnalystEx::SetAnalysisEnvironment(LPDISPATCH propVal)
{
SetProperty(0x1, VT_DISPATCH, propVal);
}
CsoMathOperator CsoGridAnalystEx::GetMath()
{
LPDISPATCH pDispatch;
GetProperty(0x2, VT_DISPATCH, (void*)&pDispatch);
return CsoMathOperator(pDispatch);
}
void CsoGridAnalystEx::SetMath(LPDISPATCH propVal)
{
SetProperty(0x2, VT_DISPATCH, propVal);
}
CsoConversionOperator CsoGridAnalystEx::GetConversion()
{
LPDISPATCH pDispatch;
GetProperty(0x3, VT_DISPATCH, (void*)&pDispatch);
return CsoConversionOperator(pDispatch);
}
void CsoGridAnalystEx::SetConversion(LPDISPATCH propVal)
{
SetProperty(0x3, VT_DISPATCH, propVal);
}
CsoGeneralizeOperator CsoGridAnalystEx::GetGeneralize()
{
LPDISPATCH pDispatch;
GetProperty(0x4, VT_DISPATCH, (void*)&pDispatch);
return CsoGeneralizeOperator(pDispatch);
}
void CsoGridAnalystEx::SetGeneralize(LPDISPATCH propVal)
{
SetProperty(0x4, VT_DISPATCH, propVal);
}
CsoStatisticOperator CsoGridAnalystEx::GetStatistics()
{
LPDISPATCH pDispatch;
GetProperty(0x5, VT_DISPATCH, (void*)&pDispatch);
return CsoStatisticOperator(pDispatch);
}
void CsoGridAnalystEx::SetStatistics(LPDISPATCH propVal)
{
SetProperty(0x5, VT_DISPATCH, propVal);
}
/////////////////////////////////////////////////////////////////////////////
// CsoGridAnalystEx operations
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -