Changes between Version 44 and Version 45 of FDORfc34


Ignore:
Timestamp:
Sep 9, 2009, 7:24:35 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc34

    v44 v45  
    303303    ///
    304304    FDO_API virtual const FdoByte * GetGeometry(FdoInt32 index, FdoInt32* count) = 0;
    305 
    306     /// \brief
    307     /// Gets the geometry value of the specified property at the specified index
    308     /// as a byte array in FGF format. Because no conversion is performed,
    309     /// the property must be of Geometric type; otherwise, an exception is thrown.
    310     ///
    311     /// \param index
    312     /// Input the index of the property.
    313     ///
    314     /// \return
    315     /// Returns the byte array in FGF format.
    316     ///
    317     FDO_API virtual FdoByteArray* GetGeometry(FdoInt32 index) = 0;
    318305
    319306    /// \brief