MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgGeometry* MgAgfReaderWriter::Read ( MgByteReader agf) [virtual]

Translates an MgByteReader object into an MgGeometry object. The contents of the MgByteReader is in Autodesk Geometry Format (AGF).

.NET Syntax
virtual MgGeometry Read(MgByteReader agf);
Java Syntax
virtual MgGeometry Read(MgByteReader agf);
PHP Syntax
virtual MgGeometry Read(MgByteReader agf);
Parameters:
agf(MgByteReader) An MgByteReader that supplies the AGF byte stream.
Returns:
An instance of MgGeometry that corresponds to the specified AGF.