#ifndef __CONTOURLEVELS_H__ #define __CONTOURLEVELS_H__ // 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. ///////////////////////////////////////////////////////////////////////////// // CContourLevels wrapper class class CContourLevels : public COleDispatchDriver { public: CContourLevels() {} // Calls COleDispatchDriver default constructor CContourLevels(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CContourLevels(const CContourLevels& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); BOOL GetIsDefault(); void SetIsDefault(BOOL); long GetNumLevels(); void SetNumLevels(long); // Operations public: double GetValue(const VARIANT& Index); void SetValue(const VARIANT& Index, double newValue); double Get_Value(const VARIANT& Index); void Set_Value(const VARIANT& Index, double newValue); void Add(double Value); void Remove(double Value); long CalcIndex(double Value); BOOL Load(LPCTSTR FileName); BOOL Save(LPCTSTR FileName); }; #endif // __CONTOURLEVELS_H__