Changes between Version 10 and Version 11 of MapGuideRfc80
- Timestamp:
- 08/09/09 20:15:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc80
v10 v11 209 209 210 210 /// \brief 211 /// Set the parameter value to null. 211 /// If set to true, disables the getting and setting of the 212 /// parameter's value. If set to false, reenables the 213 /// getting and setting of the parameter's values. 214 /// 215 /// \param bIsNull (boolean/bool) 216 /// Set to true to disable the getting and setting of 217 /// the parameter value. Set to false to reenable the 218 /// getting and setting of the parameter value. 212 219 /// 213 220 /// \return 214 221 /// Returns nothing. 215 222 /// 216 void SetNull( );223 void SetNull(bool bIsNull); 217 224 218 225 /// \brief