#ifndef __PROJECTION_H__ #define __PROJECTION_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. ///////////////////////////////////////////////////////////////////////////// // CProjection wrapper class class CProjection : public COleDispatchDriver { public: CProjection() {} // Calls COleDispatchDriver default constructor CProjection(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CProjection(const CProjection& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); BOOL GetIsContoured(); void SetIsContoured(BOOL); BOOL GetIsZoned(); void SetIsZoned(BOOL); // Operations public: }; #endif // __PROJECTION_H__