#if !defined(AFX_LEADRASTERVARIANT_H__1C69159B_C705_4A96_9056_C7632CD0DA88__INCLUDED_) #define AFX_LEADRASTERVARIANT_H__1C69159B_C705_4A96_9056_C7632CD0DA88__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // 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. ///////////////////////////////////////////////////////////////////////////// // CLEADRasterVariant wrapper class class CLEADRasterVariant : public COleDispatchDriver { public: CLEADRasterVariant() {} // Calls COleDispatchDriver default constructor CLEADRasterVariant(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLEADRasterVariant(const CLEADRasterVariant& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: long GetType(); void SetType(long nNewValue); long GetItemCount(); void SetItemCount(long nNewValue); short GetShortValue(); void SetShortValue(short nNewValue); short GetShortItemValue(long iIndex); void SetShortItemValue(long iIndex, short nNewValue); long GetLongValue(); void SetLongValue(long nNewValue); long GetLongItemValue(long iIndex); void SetLongItemValue(long iIndex, long nNewValue); float GetFloatValue(); void SetFloatValue(float newValue); float GetFloatItemValue(long iIndex); void SetFloatItemValue(long iIndex, float newValue); double GetDoubleValue(); void SetDoubleValue(double newValue); double GetDoubleItemValue(long iIndex); void SetDoubleItemValue(long iIndex, double newValue); BOOL GetBooleanValue(); void SetBooleanValue(BOOL bNewValue); BOOL GetBooleanItemValue(long iIndex); void SetBooleanItemValue(long iIndex, BOOL bNewValue); CString GetStringValue(); void SetStringValue(LPCTSTR lpszNewValue); CString GetStringItemValue(long iIndex); void SetStringItemValue(long iIndex, LPCTSTR lpszNewValue); LPDISPATCH GetDispatchValue(); void SetDispatchValue(LPDISPATCH newValue); BOOL GetEnableMethodErrors(); void SetEnableMethodErrors(BOOL bNewValue); short GetError(); long GetVType(); void SetVType(long nNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LEADRASTERVARIANT_H__1C69159B_C705_4A96_9056_C7632CD0DA88__INCLUDED_)