Changes between Version 6 and Version 7 of MapGuideRfc82


Ignore:
Timestamp:
Sep 14, 2009, 7:30:00 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc82

    v6 v7  
    5050...
    5151...
     52    /////////////////////////////////////////////////////////////////////////
     53    /// \brief
     54    /// Gets the index of the property with the specified property name.
     55    ///
     56    /// <!-- Syntax in .Net, Java, and PHP -->
     57    /// \htmlinclude DotNetSyntaxTop.html
     58    /// virtual int GetPropertyIndex(string name);
     59    /// \htmlinclude SyntaxBottom.html
     60    /// \htmlinclude JavaSyntaxTop.html
     61    /// virtual GetPropertyIndex(string name);
     62    /// \htmlinclude SyntaxBottom.html
     63    /// \htmlinclude PHPSyntaxTop.html
     64    /// virtual GetPropertyIndex(string name);
     65    /// \htmlinclude SyntaxBottom.html
     66    ///
     67    /// \param name(string)
     68    /// The name of the property in the list of
     69    /// properties belonging to the feature currently
     70    /// being read.
     71    ///
     72    /// \return
     73    /// Returns the property index.
     74    ///
     75    virtual INT32 GetPropertyIndex(STRING name) = 0;
     76
    5277    /////////////////////////////////////////////////////////////////////
    5378    /// \brief
     
    560585INTERNAL_API:
    561586
     587    /////////////////////////////////////////////////////////////////////////
     588    /// \brief
     589    /// Gets the index of the property with the specified property name.
     590    ///
     591    /// \param name(string)
     592    /// The name of the property in the list of
     593    /// properties belonging to the feature currently
     594    /// being read.
     595    ///
     596    /// \return
     597    /// Returns the property index.
     598    ///
     599    virtual INT32 GetPropertyIndex(STRING name);
     600
    562601    //////////////////////////////////////////////////////////////////
    563602    /// \brief