﻿
//********************************************************************************
// Function to build simple Object to send to server for simepkle objet ID query.
// See JSONObjectIDQuery.cs file  in /appCode/
// Created by: Andrew Timmins  (Dec 14 2007)
//********************************************************************************
function JSONObjectIDQuery()
{
    this.LayerName;
    this.ObjectID;
    this.HtmlUpdateElementID;
}

