Changes between Version 10 and Version 11 of MapGuideRfc82


Ignore:
Timestamp:
Oct 18, 2009, 7:02:15 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc82

    v10 v11  
    7777    /////////////////////////////////////////////////////////////////////
    7878    /// \brief
     79    /// Gets the type of the property at the specified index. See
     80    /// MgPropertyType for the list of possible values.
     81    ///
     82    /// <!-- Syntax in .Net, Java, and PHP -->
     83    /// \htmlinclude DotNetSyntaxTop.html
     84    /// virtual int GetPropertyType(int index);
     85    /// \htmlinclude SyntaxBottom.html
     86    /// \htmlinclude JavaSyntaxTop.html
     87    /// virtual int GetPropertyType(int index);
     88    /// \htmlinclude SyntaxBottom.html
     89    /// \htmlinclude PHPSyntaxTop.html
     90    /// virtual int GetPropertyType(int index);
     91    /// \htmlinclude SyntaxBottom.html
     92    ///
     93    /// \param index (int)
     94    /// The property index.
     95    ///
     96    /// \return
     97    /// Returns an MgPropertyType value.
     98    ///
     99    virtual INT32 GetPropertyType(INT32 index) = 0;
     100
     101    /////////////////////////////////////////////////////////////////////
     102    /// \brief
    79103    /// Determines whether the value of the specified property is
    80104    /// null.