Changes between Version 7 and Version 8 of MapGuideRfc80
- Timestamp:
- 08/06/09 19:31:51 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc80
v7 v8 79 79 { 80 80 PUBLISHED_API: 81 /// \brief82 /// Constructs an MgParameter object with null parameter value.83 ///84 /// \param name (String/string)85 /// The name of the parameter86 ///87 MgParameter (CREFSTRING name);88 89 81 /// \brief 90 82 /// Constructs an MgParameter object with a boolean vlaue. … … 207 199 /// 208 200 STRING GetName(); /// __get, __set 209 /////////////////////////////////////////////////// 201 210 202 /// \brief 211 203 /// Gets the parameter type.