⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sothemedotdensity.cpp

📁 SuperMap的网络分析示范源码
💻 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 "sothemedotdensity.h"

// Dispatch interfaces referenced by this interface
#include "sostyle.h"


/////////////////////////////////////////////////////////////////////////////
// CsoThemeDotDensity properties

BOOL CsoThemeDotDensity::GetValid()
{
	BOOL result;
	GetProperty(0x1, VT_BOOL, (void*)&result);
	return result;
}

void CsoThemeDotDensity::SetValid(BOOL propVal)
{
	SetProperty(0x1, VT_BOOL, propVal);
}

BOOL CsoThemeDotDensity::GetEnable()
{
	BOOL result;
	GetProperty(0x2, VT_BOOL, (void*)&result);
	return result;
}

void CsoThemeDotDensity::SetEnable(BOOL propVal)
{
	SetProperty(0x2, VT_BOOL, propVal);
}

CString CsoThemeDotDensity::GetField()
{
	CString result;
	GetProperty(0x3, VT_BSTR, (void*)&result);
	return result;
}

void CsoThemeDotDensity::SetField(LPCTSTR propVal)
{
	SetProperty(0x3, VT_BSTR, propVal);
}

double CsoThemeDotDensity::GetDotValue()
{
	double result;
	GetProperty(0x6, VT_R8, (void*)&result);
	return result;
}

void CsoThemeDotDensity::SetDotValue(double propVal)
{
	SetProperty(0x6, VT_R8, propVal);
}

CString CsoThemeDotDensity::GetCaption()
{
	CString result;
	GetProperty(0x7, VT_BSTR, (void*)&result);
	return result;
}

void CsoThemeDotDensity::SetCaption(LPCTSTR propVal)
{
	SetProperty(0x7, VT_BSTR, propVal);
}

double CsoThemeDotDensity::GetVisibleScaleMax()
{
	double result;
	GetProperty(0xa, VT_R8, (void*)&result);
	return result;
}

void CsoThemeDotDensity::SetVisibleScaleMax(double propVal)
{
	SetProperty(0xa, VT_R8, propVal);
}

double CsoThemeDotDensity::GetVisibleScaleMin()
{
	double result;
	GetProperty(0xb, VT_R8, (void*)&result);
	return result;
}

void CsoThemeDotDensity::SetVisibleScaleMin(double propVal)
{
	SetProperty(0xb, VT_R8, propVal);
}

CsoStyle CsoThemeDotDensity::GetStyle()
{
	LPDISPATCH pDispatch;
	GetProperty(0xc, VT_DISPATCH, (void*)&pDispatch);
	return CsoStyle(pDispatch);
}

void CsoThemeDotDensity::SetStyle(LPDISPATCH propVal)
{
	SetProperty(0xc, VT_DISPATCH, propVal);
}

/////////////////////////////////////////////////////////////////////////////
// CsoThemeDotDensity operations

CString CsoThemeDotDensity::ToXML()
{
	CString result;
	InvokeHelper(0x8, DISPATCH_METHOD, VT_BSTR, (void*)&result, NULL);
	return result;
}

BOOL CsoThemeDotDensity::FromXML(LPCTSTR strXML)
{
	BOOL result;
	static BYTE parms[] =
		VTS_BSTR;
	InvokeHelper(0x9, DISPATCH_METHOD, VT_BOOL, (void*)&result, parms,
		strXML);
	return result;
}

⌨️ 快捷键说明

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