AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
Reads a geometry object from a stream of bytes in AGF format applying the specified transform during the read.
.NET Syntax
|
virtual MgGeometry Read(MgByteReader agf, MgTransform transform);
|
Java Syntax
|
virtual MgGeometry Read(MgByteReader agf, MgTransform transform);
|
PHP Syntax
|
virtual MgGeometry Read(MgByteReader agf, MgTransform transform);
|
- Parameters:
-
- Returns:
- An instance of MgGeometry that corresponds to the specified AGF with the specified transform applied.
|