Looks like the content of the geometry is only XY anyway; is there anyway to strip the ZM on the way in?  If not, some CAST-style operators would be useful...<div><br></div><div>Jason<br><br><div class="gmail_quote">On 7 February 2010 14:19, Dan Stoica <span dir="ltr">&lt;<a href="mailto:dan.stoica@autodesk.com">dan.stoica@autodesk.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">It&#39;s even a little bit more restrictive, WKB is 2D only:<br>
<br>
FdoByteArray * FdoFgfGeometryFactory::GetWkb(FdoIGeometry * geometry)<br>
{<br>
    if (dimensionality != FdoDimensionality_XY)<br>
        throw FdoException::Create(FdoException::NLSGetMessage(FDO_NLSID(FDO_10_UNSUPPORTEDGEOMETRYTYPE)));<br>
<br>
<br>
Giorgos, what do you need the WKB for?<br>
<font color="#888888"><br>
Dan.<br>
</font><div><div></div><div class="h5"><br></div></div></blockquote></div></div>