Changes between Version 45 and Version 46 of FDORfc34


Ignore:
Timestamp:
Sep 9, 2009, 8:25:11 PM (15 years ago)
Author:
klain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc34

    v45 v46  
    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, the property
     309    /// 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;
    305318
    306319    /// \brief