moprojection.cpp
上传用户:qinfarui
上传日期:2022-08-10
资源大小:362k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  2. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  3. //  Microsoft Visual C++, your modifications will be overwritten.
  4. #include "stdafx.h"
  5. #include "moprojection.h"
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CMoProjection properties
  8. long CMoProjection::GetType()
  9. {
  10. long result;
  11. GetProperty(0x1, VT_I4, (void*)&result);
  12. return result;
  13. }
  14. void CMoProjection::SetType(long propVal)
  15. {
  16. SetProperty(0x1, VT_I4, propVal);
  17. }
  18. CString CMoProjection::GetName()
  19. {
  20. CString result;
  21. GetProperty(0x2, VT_BSTR, (void*)&result);
  22. return result;
  23. }
  24. void CMoProjection::SetName(LPCTSTR propVal)
  25. {
  26. SetProperty(0x2, VT_BSTR, propVal);
  27. }
  28. LPUNKNOWN CMoProjection::GetCustom()
  29. {
  30. LPUNKNOWN result;
  31. GetProperty(0x3, VT_UNKNOWN, (void*)&result);
  32. return result;
  33. }
  34. void CMoProjection::SetCustom(LPUNKNOWN propVal)
  35. {
  36. SetProperty(0x3, VT_UNKNOWN, propVal);
  37. }
  38. BOOL CMoProjection::GetIsCustom()
  39. {
  40. BOOL result;
  41. GetProperty(0x4, VT_BOOL, (void*)&result);
  42. return result;
  43. }
  44. void CMoProjection::SetIsCustom(BOOL propVal)
  45. {
  46. SetProperty(0x4, VT_BOOL, propVal);
  47. }
  48. /////////////////////////////////////////////////////////////////////////////
  49. // CMoProjection operations