AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual MgByteReader* MgReader::GetCLOB ( CREFSTRING  propertyName  )  [pure virtual]

Gets the CLOB value of the specified property.

Remarks:
No conversion is performed. Therefore, the property must be a of type MgPropertyType::Clob or an MgInvalidPropertyTypeException is thrown.
.NET Syntax
virtual MgByteReader GetCLOB(string propertyName);
Java Syntax
virtual MgByteReader GetCLOB(String propertyName);
PHP Syntax
virtual MgByteReader GetCLOB(string propertyName);

Parameters:
propertyName (String/string) The property name.
Returns:
Returns the CLOB value in an MgByteReader object.
Exceptions:
MgInvalidPropertyTypeException.