#if !defined(AFX_EXTENTS_H__5C78C32B_CEDD_485F_B706_A780FAB7B6B4__INCLUDED_) #define AFX_EXTENTS_H__5C78C32B_CEDD_485F_B706_A780FAB7B6B4__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. ///////////////////////////////////////////////////////////////////////////// // CExtents wrapper class class CExtents : public COleDispatchDriver { public: CExtents() {} // Calls COleDispatchDriver default constructor CExtents(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CExtents(const CExtents& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: void SetBounds(double xMin, double yMin, double zMin, double xMax, double yMax, double zMax); void GetBounds(double* xMin, double* yMin, double* zMin, double* xMax, double* yMax, double* zMax); double GetXMin(); double GetXMax(); double GetYMin(); double GetYMax(); double GetZMin(); double GetZMax(); double GetMMin(); double GetMMax(); void GetMeasureBounds(double* mMin, double* mMax); void SetMeasureBounds(double mMin, double mMax); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_EXTENTS_H__5C78C32B_CEDD_485F_B706_A780FAB7B6B4__INCLUDED_)