Web API Reference MapGuide Open Source
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.


Comments or suggestions? Send us feedback.