Changes between Version 44 and Version 45 of FDORfc34
- Timestamp:
- 09/09/09 19:24:35 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc34
v44 v45 303 303 /// 304 304 FDO_API virtual const FdoByte * GetGeometry(FdoInt32 index, FdoInt32* count) = 0; 305 306 /// \brief307 /// Gets the geometry value of the specified property at the specified index308 /// 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 index312 /// Input the index of the property.313 ///314 /// \return315 /// Returns the byte array in FGF format.316 ///317 FDO_API virtual FdoByteArray* GetGeometry(FdoInt32 index) = 0;318 305 319 306 /// \brief