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

📄 _eventpropertiesinput.cpp

📁 GemoMedia 应用 演示了其使用方法
💻 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 "_eventpropertiesinput.h"

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

/////////////////////////////////////////////////////////////////////////////
// C_EventPropertiesInput

IMPLEMENT_DYNCREATE(C_EventPropertiesInput, CWnd)

/////////////////////////////////////////////////////////////////////////////
// C_EventPropertiesInput properties

/////////////////////////////////////////////////////////////////////////////
// C_EventPropertiesInput operations

LPDISPATCH C_EventPropertiesInput::GetApplication()
{
	LPDISPATCH result;
	InvokeHelper(0x68030010, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);
	return result;
}

void C_EventPropertiesInput::SetRefApplication(LPDISPATCH* newValue)
{
	static BYTE parms[] =
		VTS_PDISPATCH;
	InvokeHelper(0x68030010, DISPATCH_PROPERTYPUTREF, VT_EMPTY, NULL, parms,
		 newValue);
}

BOOL C_EventPropertiesInput::GetFullName()
{
	BOOL result;
	InvokeHelper(0x6803000f, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
	return result;
}

void C_EventPropertiesInput::SetFullName(BOOL* newValue)
{
	static BYTE parms[] =
		VTS_PBOOL;
	InvokeHelper(0x6803000f, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
		 newValue);
}

CString C_EventPropertiesInput::GetCallerID()
{
	CString result;
	InvokeHelper(0x6803000e, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
	return result;
}

void C_EventPropertiesInput::SetCallerID(BSTR* newValue)
{
	static BYTE parms[] =
		VTS_PBSTR;
	InvokeHelper(0x6803000e, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
		 newValue);
}

LPDISPATCH C_EventPropertiesInput::GetOutputEventRecordset()
{
	LPDISPATCH result;
	InvokeHelper(0x6803000d, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);
	return result;
}

C_Collection C_EventPropertiesInput::GetOutputCollection()
{
	LPDISPATCH pDispatch;
	InvokeHelper(0x6803000c, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
	return C_Collection(pDispatch);
}

VARIANT C_EventPropertiesInput::GetEventKeyFieldNames()
{
	VARIANT result;
	InvokeHelper(0x6803000b, DISPATCH_PROPERTYGET, VT_VARIANT, (void*)&result, NULL);
	return result;
}

BOOL C_EventPropertiesInput::GetIsValid()
{
	BOOL result;
	InvokeHelper(0x6803000a, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
	return result;
}

CString C_EventPropertiesInput::GetEventFirstFieldName()
{
	CString result;
	InvokeHelper(0x68030009, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
	return result;
}

CString C_EventPropertiesInput::GetEventSecondFieldName()
{
	CString result;
	InvokeHelper(0x68030008, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
	return result;
}

CString C_EventPropertiesInput::GetEventThirdFieldName()
{
	CString result;
	InvokeHelper(0x68030007, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
	return result;
}

CString C_EventPropertiesInput::GetEventFourthFieldName()
{
	CString result;
	InvokeHelper(0x68030006, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
	return result;
}

CString C_EventPropertiesInput::GetEventReferenceType()
{
	CString result;
	InvokeHelper(0x68030005, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
	return result;
}

CString C_EventPropertiesInput::GetEventType()
{
	CString result;
	InvokeHelper(0x68030004, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
	return result;
}

CString C_EventPropertiesInput::GetEventUnit()
{
	CString result;
	InvokeHelper(0x68030003, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
	return result;
}

CString C_EventPropertiesInput::GetEventUnitOptional()
{
	CString result;
	InvokeHelper(0x68030002, DISPATCH_PROPERTYGET, VT_BSTR, (void*)&result, NULL);
	return result;
}

LPDISPATCH C_EventPropertiesInput::GetCoordSystem()
{
	LPDISPATCH result;
	InvokeHelper(0x68030001, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&result, NULL);
	return result;
}

double C_EventPropertiesInput::GetCoordinateTolerance()
{
	double result;
	InvokeHelper(0x68030000, DISPATCH_PROPERTYGET, VT_R8, (void*)&result, NULL);
	return result;
}

BOOL C_EventPropertiesInput::GetAttribBtnVisible()
{
	BOOL result;
	InvokeHelper(0x6803001c, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
	return result;
}

void C_EventPropertiesInput::SetAttribBtnVisible(BOOL* newValue)
{
	static BYTE parms[] =
		VTS_PBOOL;
	InvokeHelper(0x6803001c, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
		 newValue);
}

void C_EventPropertiesInput::RestoreDefaults(BSTR* callerID, LPDISPATCH* objPrefSet)
{
	static BYTE parms[] =
		VTS_PBSTR VTS_PDISPATCH;
	InvokeHelper(0x60030016, DISPATCH_METHOD, VT_EMPTY, NULL, parms,
		 callerID, objPrefSet);
}

void C_EventPropertiesInput::StoreDefaults(BSTR* callerID, LPDISPATCH* objPrefSet)
{
	static BYTE parms[] =
		VTS_PBSTR VTS_PDISPATCH;
	InvokeHelper(0x60030017, DISPATCH_METHOD, VT_EMPTY, NULL, parms,
		 callerID, objPrefSet);
}

CString C_EventPropertiesInput::FeatureClassOrQueryName(LPDISPATCH* objRecordSet)
{
	CString result;
	static BYTE parms[] =
		VTS_PDISPATCH;
	InvokeHelper(0x6003001b, DISPATCH_METHOD, VT_BSTR, (void*)&result, parms,
		objRecordSet);
	return result;
}

⌨️ 快捷键说明

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