Changes between Version 10 and Version 11 of MapGuideRfc80

Show
Ignore:
Timestamp:
08/09/09 20:15:32 (4 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc80

    v10 v11  
    209209 
    210210    /// \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. 
    212219    /// 
    213220    /// \return 
    214221    /// Returns nothing. 
    215222    /// 
    216     void SetNull(); 
     223    void SetNull(bool bIsNull); 
    217224 
    218225    /// \brief