#if !defined(AFX_POINT_H__10D5F965_61CA_4584_91A3_6408B7621D99__INCLUDED_)
#define AFX_POINT_H__10D5F965_61CA_4584_91A3_6408B7621D99__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.


// Dispatch interfaces referenced by this interface
class CCallback;

/////////////////////////////////////////////////////////////////////////////
// CPoint1 wrapper class

class CPoint1 : public COleDispatchDriver
{
public:
	CPoint1() {}		// Calls COleDispatchDriver default constructor
	CPoint1(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
	CPoint1(const CPoint1& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}

// Attributes
public:

// Operations
public:
	double GetX();
	void SetX(double newValue);
	double GetY();
	void SetY(double newValue);
	double GetZ();
	void SetZ(double newValue);
	long GetLastErrorCode();
	CString GetErrorMsg(long ErrorCode);
	CCallback GetGlobalCallback();
	void SetGlobalCallback(LPDISPATCH newValue);
	CString GetKey();
	void SetKey(LPCTSTR lpszNewValue);
	double GetM();
	void SetM(double newValue);
	CPoint1 Clone();
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_POINT_H__10D5F965_61CA_4584_91A3_6408B7621D99__INCLUDED_)