vcaxisscale.cpp 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 "vcaxisscale.h"
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CVcAxisScale properties
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CVcAxisScale operations
  10. BOOL CVcAxisScale::GetHide()
  11. {
  12. BOOL result;
  13. InvokeHelper(0x1, DISPATCH_PROPERTYGET, VT_BOOL, (void*)&result, NULL);
  14. return result;
  15. }
  16. void CVcAxisScale::SetHide(BOOL bNewValue)
  17. {
  18. static BYTE parms[] =
  19. VTS_BOOL;
  20. InvokeHelper(0x1, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
  21. bNewValue);
  22. }
  23. long CVcAxisScale::GetType()
  24. {
  25. long result;
  26. InvokeHelper(0x2, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
  27. return result;
  28. }
  29. void CVcAxisScale::SetType(long nNewValue)
  30. {
  31. static BYTE parms[] =
  32. VTS_I4;
  33. InvokeHelper(0x2, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
  34. nNewValue);
  35. }
  36. short CVcAxisScale::GetLogBase()
  37. {
  38. short result;
  39. InvokeHelper(0x3, DISPATCH_PROPERTYGET, VT_I2, (void*)&result, NULL);
  40. return result;
  41. }
  42. void CVcAxisScale::SetLogBase(short nNewValue)
  43. {
  44. static BYTE parms[] =
  45. VTS_I2;
  46. InvokeHelper(0x3, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
  47. nNewValue);
  48. }
  49. long CVcAxisScale::GetPercentBasis()
  50. {
  51. long result;
  52. InvokeHelper(0x4, DISPATCH_PROPERTYGET, VT_I4, (void*)&result, NULL);
  53. return result;
  54. }
  55. void CVcAxisScale::SetPercentBasis(long nNewValue)
  56. {
  57. static BYTE parms[] =
  58. VTS_I4;
  59. InvokeHelper(0x4, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, parms,
  60. nNewValue);
  61. }