if(typeof AjaxGetGeometry == "undefined") AjaxGetGeometry={};
AjaxGetGeometry_class = function() {};
Object.extend(AjaxGetGeometry_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetGeometry: function(dataTypeId, Key) {
		return this.invoke("GetGeometry", {"dataTypeId":dataTypeId, "Key":Key}, this.GetGeometry.getArguments().slice(2));
	},
	url: '/ajaxpro/AjaxGetGeometry,Ngcc.ashx'
}));
AjaxGetGeometry = new AjaxGetGeometry_class();

