FDO API Reference Feature Data Objects

FDO_API void FdoXmlFeaturePropertyWriter::WriteGeometricProperty FdoString name,
FdoByte value,
FdoInt32  count,
FdoBoolean  valueOnly = false
 

Writes a geometric property to XML.

Parameters:
name Input the property name
value Input the property value as an array of bytes
count Input the number of bytes in the byte array
valueOnly false: wrap the property value in a property element true: just write the property value
Returns:
Returns nothing

Comments or suggestions? Send us feedback.