Changes between Version 38 and Version 39 of FDORfc34
- Timestamp:
- 09/06/09 23:48:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc34
v38 v39 314 314 /// 315 315 FDO_API virtual const FdoByte * GetGeometry(FdoInt32 index, FdoInt32* count) = 0; 316 317 /// \brief318 /// Gets the geometry value of the specified index as a byte array in319 /// FGF format. Because no conversion is performed, the property must be320 /// of Geometric type; otherwise, an exception is thrown.321 ///322 /// \param index323 /// Input the index of the property.324 ///325 /// \return326 /// Returns the byte array in FGF format.327 ///328 FDO_API virtual FdoByteArray* GetGeometry(FdoInt32* index) = 0;329 316 330 317 /// \brief