📄 soimportparams.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 "soimportparams.h"
// Dispatch interfaces referenced by this interface
#include "sostrings.h"
/////////////////////////////////////////////////////////////////////////////
// CsoImportParams properties
BOOL CsoImportParams::GetIgnoreAttribute()
{
BOOL result;
GetProperty(0x1, VT_BOOL, (void*)&result);
return result;
}
void CsoImportParams::SetIgnoreAttribute(BOOL propVal)
{
SetProperty(0x1, VT_BOOL, propVal);
}
BOOL CsoImportParams::GetIgnoreNetworkTopology()
{
BOOL result;
GetProperty(0x2, VT_BOOL, (void*)&result);
return result;
}
void CsoImportParams::SetIgnoreNetworkTopology(BOOL propVal)
{
SetProperty(0x2, VT_BOOL, propVal);
}
BOOL CsoImportParams::GetIgnoreStyle()
{
BOOL result;
GetProperty(0x3, VT_BOOL, (void*)&result);
return result;
}
void CsoImportParams::SetIgnoreStyle(BOOL propVal)
{
SetProperty(0x3, VT_BOOL, propVal);
}
BOOL CsoImportParams::GetIgnoreCoordSys()
{
BOOL result;
GetProperty(0x4, VT_BOOL, (void*)&result);
return result;
}
void CsoImportParams::SetIgnoreCoordSys(BOOL propVal)
{
SetProperty(0x4, VT_BOOL, propVal);
}
BOOL CsoImportParams::GetImportAsCADDataset()
{
BOOL result;
GetProperty(0x5, VT_BOOL, (void*)&result);
return result;
}
void CsoImportParams::SetImportAsCADDataset(BOOL propVal)
{
SetProperty(0x5, VT_BOOL, propVal);
}
BOOL CsoImportParams::GetImportAsCompressedDatset()
{
BOOL result;
GetProperty(0x6, VT_BOOL, (void*)&result);
return result;
}
void CsoImportParams::SetImportAsCompressedDatset(BOOL propVal)
{
SetProperty(0x6, VT_BOOL, propVal);
}
BOOL CsoImportParams::GetShowProgress()
{
BOOL result;
GetProperty(0x7, VT_BOOL, (void*)&result);
return result;
}
void CsoImportParams::SetShowProgress(BOOL propVal)
{
SetProperty(0x7, VT_BOOL, propVal);
}
double CsoImportParams::GetToleranceGrain()
{
double result;
GetProperty(0x8, VT_R8, (void*)&result);
return result;
}
void CsoImportParams::SetToleranceGrain(double propVal)
{
SetProperty(0x8, VT_R8, propVal);
}
long CsoImportParams::GetSrcDefaultUnits()
{
long result;
GetProperty(0x9, VT_I4, (void*)&result);
return result;
}
void CsoImportParams::SetSrcDefaultUnits(long propVal)
{
SetProperty(0x9, VT_I4, propVal);
}
long CsoImportParams::GetDgnUnitsSelected()
{
long result;
GetProperty(0xa, VT_I4, (void*)&result);
return result;
}
void CsoImportParams::SetDgnUnitsSelected(long propVal)
{
SetProperty(0xa, VT_I4, propVal);
}
CString CsoImportParams::GetDatasetImage()
{
CString result;
GetProperty(0xb, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetDatasetImage(LPCTSTR propVal)
{
SetProperty(0xb, VT_BSTR, propVal);
}
CString CsoImportParams::GetDatasetDBF()
{
CString result;
GetProperty(0xc, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetDatasetDBF(LPCTSTR propVal)
{
SetProperty(0xc, VT_BSTR, propVal);
}
CString CsoImportParams::GetDatasetCAD()
{
CString result;
GetProperty(0xd, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetDatasetCAD(LPCTSTR propVal)
{
SetProperty(0xd, VT_BSTR, propVal);
}
CString CsoImportParams::GetDatasetPoint()
{
CString result;
GetProperty(0xe, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetDatasetPoint(LPCTSTR propVal)
{
SetProperty(0xe, VT_BSTR, propVal);
}
CString CsoImportParams::GetDatasetLine()
{
CString result;
GetProperty(0xf, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetDatasetLine(LPCTSTR propVal)
{
SetProperty(0xf, VT_BSTR, propVal);
}
CString CsoImportParams::GetDatasetRegion()
{
CString result;
GetProperty(0x10, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetDatasetRegion(LPCTSTR propVal)
{
SetProperty(0x10, VT_BSTR, propVal);
}
CString CsoImportParams::GetDatasetText()
{
CString result;
GetProperty(0x11, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetDatasetText(LPCTSTR propVal)
{
SetProperty(0x11, VT_BSTR, propVal);
}
CString CsoImportParams::GetDatasetNoneGeometry()
{
CString result;
GetProperty(0x12, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetDatasetNoneGeometry(LPCTSTR propVal)
{
SetProperty(0x12, VT_BSTR, propVal);
}
CsoStrings CsoImportParams::GetLayers()
{
LPDISPATCH pDispatch;
GetProperty(0x13, VT_DISPATCH, (void*)&pDispatch);
return CsoStrings(pDispatch);
}
void CsoImportParams::SetLayers(LPDISPATCH propVal)
{
SetProperty(0x13, VT_DISPATCH, propVal);
}
CString CsoImportParams::GetFileName()
{
CString result;
GetProperty(0x14, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetFileName(LPCTSTR propVal)
{
SetProperty(0x14, VT_BSTR, propVal);
}
long CsoImportParams::GetFileType()
{
long result;
GetProperty(0x15, VT_I4, (void*)&result);
return result;
}
void CsoImportParams::SetFileType(long propVal)
{
SetProperty(0x15, VT_I4, propVal);
}
CString CsoImportParams::GetStyleMappingTableFile()
{
CString result;
GetProperty(0x16, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetStyleMappingTableFile(LPCTSTR propVal)
{
SetProperty(0x16, VT_BSTR, propVal);
}
CString CsoImportParams::GetImageGeoRefFileName()
{
CString result;
GetProperty(0x17, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetImageGeoRefFileName(LPCTSTR propVal)
{
SetProperty(0x17, VT_BSTR, propVal);
}
long CsoImportParams::GetImageGeoRefFileType()
{
long result;
GetProperty(0x18, VT_I4, (void*)&result);
return result;
}
void CsoImportParams::SetImageGeoRefFileType(long propVal)
{
SetProperty(0x18, VT_I4, propVal);
}
long CsoImportParams::GetGridDataType()
{
long result;
GetProperty(0x19, VT_I4, (void*)&result);
return result;
}
void CsoImportParams::SetGridDataType(long propVal)
{
SetProperty(0x19, VT_I4, propVal);
}
CString CsoImportParams::GetTempPath()
{
CString result;
GetProperty(0x1a, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetTempPath(LPCTSTR propVal)
{
SetProperty(0x1a, VT_BSTR, propVal);
}
CString CsoImportParams::GetLayerName()
{
CString result;
GetProperty(0x1b, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetLayerName(LPCTSTR propVal)
{
SetProperty(0x1b, VT_BSTR, propVal);
}
CString CsoImportParams::GetElevationName()
{
CString result;
GetProperty(0x1c, VT_BSTR, (void*)&result);
return result;
}
void CsoImportParams::SetElevationName(LPCTSTR propVal)
{
SetProperty(0x1c, VT_BSTR, propVal);
}
long CsoImportParams::GetEncodedType()
{
long result;
GetProperty(0x1d, VT_I4, (void*)&result);
return result;
}
void CsoImportParams::SetEncodedType(long propVal)
{
SetProperty(0x1d, VT_I4, propVal);
}
/////////////////////////////////////////////////////////////////////////////
// CsoImportParams operations
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -