[mapguide-commits] r6278 - trunk/MgDev/Doc/viewerapi

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Dec 2 08:02:55 EST 2011


Author: jng
Date: 2011-12-02 05:02:55 -0800 (Fri, 02 Dec 2011)
New Revision: 6278

Modified:
   trunk/MgDev/Doc/viewerapi/index.htm
Log:
#1710: Update Viewer API documentation

Modified: trunk/MgDev/Doc/viewerapi/index.htm
===================================================================
--- trunk/MgDev/Doc/viewerapi/index.htm	2011-12-02 12:53:58 UTC (rev 6277)
+++ trunk/MgDev/Doc/viewerapi/index.htm	2011-12-02 13:02:55 UTC (rev 6278)
@@ -142,13 +142,14 @@
 <H3><A name="legendpalette">Legend palette methods</A></H3>
 
   <DL>
-    <DT><STRONG><A name="legendpalette_getbasegroups">GetBaseGroups(onlyVisible)</A></STRONG></DT>
+    <DT><STRONG><A name="legendpalette_getbasegroups">GetBaseGroups(onlyVisible, scale)</A></STRONG></DT>
       <DD>
       Returns a list of the names of the base groups that meet the specified filtering criteria.
 
       <P>
       <STRONG>Parameters:</STRONG><BR>
-      <CODE>onlyVisible</CODE> - set to <CODE>true</CODE> to return only visible base groups; set to <CODE>false</CODE> to ignore base-group visibility.
+      <CODE>onlyVisible</CODE> - set to <CODE>true</CODE> to return only visible base groups; set to <CODE>false</CODE> to ignore base-group visibility.<BR>
+      <CODE>scale</CODE> - set to the desired scale which to filter such visible groups at. Does nothing if <CODE>onlyVisible</CODE> is set to <CODE>false</CODE>
       </P>
 
       </DD>



More information about the mapguide-commits mailing list