Changes between Version 18 and Version 19 of MapGuideRfc80
- Timestamp:
- 08/17/09 22:00:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc80
v18 v19 79 79 { 80 80 PUBLISHED_API: 81 /////////////////////////////////////////////////////////////////// 82 /// \brief 83 /// Constructs an MgParameter object. The default parameter direction 84 /// is input. 85 /// 86 /// \param name (MgNullableProperty) 87 /// An MgNullableProperty instance which contains 88 /// the name and value of the parameter. 89 /// 90 MgParameter(MgNullableProperty* prop); 91 81 92 /// \brief 82 93 /// Constructs an MgParameter object.