/////////////////////////////////////////////////////////////////////////
 // STEP 1: Use MRhinoGet member functions to specify command prompt
 /////////////////////////////////////////////////////////////////////////
 // STEP 2: Use MRhinoGet member functions to specify what types of
 //         alternate input can be accepted.
 /////////////////////////////////////////////////////////////////////////
 // STEP 3: Add any objects you want transformed and grips you want
 //         transformed.  Make sure no duplicates are in the list
 //         and that no grip owners are passed in as objects.
 public void AppendObjects(IRhinoGetObject go)
 {
     m_list.AddObjects(go, true);
 }
        /////////////////////////////////////////////////////////////////////////
        // STEP 1: Use MRhinoGet member functions to specify command prompt

        /////////////////////////////////////////////////////////////////////////
        // STEP 2: Use MRhinoGet member functions to specify what types of
        //         alternate input can be accepted.

        /////////////////////////////////////////////////////////////////////////
        // STEP 3: Add any objects you want transformed and grips you want
        //         transformed.  Make sure no duplicates are in the list
        //         and that no grip owners are passed in as objects.
        public void AppendObjects(IRhinoGetObject go)
        {
            m_list.AddObjects(go, true);
        }