| 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 |