Changes between Version 25 and Version 26 of MapGuideRfc67


Ignore:
Timestamp:
Jun 19, 2009, 1:36:27 PM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc67

    v25 v26  
    234234''STEPS''
    235235
    236     • Client builds an Xml for a particular type of print layout element.  In this Xml, he specifies the Data.!ResourceId property to point to the feature source definition and the Stylization.ResourceId property to point to the layer definition created in the previous steps.  He also sets the fully qualified feature class name of the print layout element data in Data.FeatureClass property.[[BR]]
    237     • Client adds this Xml to Resource Service by calling !SetResource(printLayoutElementResId, printLayoutElementXml)[[BR]]
     236    • Client builds an Xml for a particular type of print layout element.  In this Xml, he specifies the Data.!ResourceId property to point to the feature source definition and the Stylization.!ResourceId property to point to the layer definition created in the previous steps.  He also sets the fully qualified feature class name of the print layout element data in Data.!FeatureClass property.[[BR]]
     237    • Client adds this Xml to Resource Service by calling !SetResource(!printLayoutElementResId, !printLayoutElementXml)[[BR]]
    238238    • The Resource Service implementation creates an instance of !PrintLayoutResourcesOwner if not already created and adds it to a named dictionary.[[BR]]
    239239    • The Resource Service calls !AddResource on !MapPrintLayoutResourcesOwner object.[[BR]]