Changes between Version 19 and Version 20 of MapGuideRfc67


Ignore:
Timestamp:
Jun 19, 2009, 12:54:23 PM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc67

    v19 v20  
    162162[[BR]]
    163163
     164The Elements collection contains the resource identifiers of the print layout elements that are contained within the print layout.
     165
     166==== !MgPrintLayout class ====
     167
     168The realization of a print layout is an instance of !MgPrintLayout class. In a 3rd Party application, it will be actually an instance of !XxxMapPrintLayout, which derives from !MgPrintLayout.  In !MapGuide, it’ll be an instance of !MapGuide-specific print layout realization class.
     169
     170The !GetElements() method returns a collection of actual runtime print layout element instances that are created for the Elements resource id collection.  This is all very similar to !MgMapBase having !GetLayers() returning !MgLayerCollection. Whenever a print layout element is added to or removed from the elements collection, a notification is sent out for listeners interested in the change. Those notifications are obviously on the !XxxMapPrintLayout class since the Common Platform API does not handle events.
    164171
    165172== Implications ==