Changes between Version 38 and Version 39 of FDORfc34


Ignore:
Timestamp:
Sep 6, 2009, 11:48:36 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc34

    v38 v39  
    314314    ///
    315315    FDO_API virtual const FdoByte * GetGeometry(FdoInt32 index, FdoInt32* count) = 0;
    316    
    317          /// \brief
    318     /// Gets the geometry value of the specified index as a byte array in
    319     /// FGF format. Because no conversion is performed, the property must be
    320     /// of Geometric type; otherwise, an exception is thrown.
    321     ///
    322     /// \param index
    323     /// Input the index of the property.
    324     ///
    325     /// \return
    326     /// Returns the byte array in FGF format.
    327     ///
    328     FDO_API virtual FdoByteArray* GetGeometry(FdoInt32* index) = 0;
    329316
    330317    /// \brief