Changes between Version 6 and Version 7 of MapGuideRfc82
- Timestamp:
- 09/14/09 19:30:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc82
v6 v7 50 50 ... 51 51 ... 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 52 77 ///////////////////////////////////////////////////////////////////// 53 78 /// \brief … … 560 585 INTERNAL_API: 561 586 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 562 601 ////////////////////////////////////////////////////////////////// 563 602 /// \brief