Changes between Version 11 and Version 12 of MapGuideRfc80


Ignore:
Timestamp:
Aug 10, 2009, 12:22:31 AM (15 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc80

    v11 v12  
    170170
    171171    /// \brief
    172     /// Constructs an MgParameter object with an MgGeometry instance.
    173     ///
    174     /// \param name (String/string)
    175     /// The name of the parameter
    176     /// \param value
    177     /// The value of the parameter
    178     ///
    179     MgParameter (CREFSTRING name, MgGeometry* value);
    180 
    181     /// \brief
    182172    /// Constructs an MgParameter object with an MgByteReader instance.
    183173    ///
     
    365355    ///
    366356    STRING GetString();
    367 
    368     /// \brief
    369     /// Gets the geometry value of the parameter.
    370     ///
    371     /// \remarks
    372     /// No conversion is performed. Therefore, the parameter must be a
    373     /// of type MgPropertyType::Geometry or an
    374     /// MgInvalidPropertyTypeException is thrown.
    375     ///
    376     /// \return
    377     /// Returns the geometry value.
    378     ///
    379     /// \exception MgInvalidPropertyTypeException.
    380     ///
    381     MgGeometry* GetGeometry();
    382357
    383358    /// \brief