<div dir="ltr"><div>That's strange. Then again perhaps Map3D's implementation of this API behaves differently from its MapGuide counterpart.</div><div><br></div><div>Either way, what you want is the name of the raster property definition in the feature class. From your current MgLayerBase (lyr) you can get its class definition (lyr.GetClassDefinition()).</div><div><br></div><div>In that class definition, loop through its property collection until you find one whose type is raster. The name of that property is what you want to pass into CLIP()</div><div><br></div><div>- Jackie</div><div><br></div>You wrote:<blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><pre style="color:rgb(0,0,0)">Thank you Jackie! This is very helpful.</pre></div><div><pre style="color:rgb(0,0,0)">Now I’m getting and Exception when executing the ISelect.  I think it is because lyr.GetFeatureGeometryName() returns an empty string.</pre></div></blockquote><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><font size="1"><i>Please Note: I no longer create new posts or post replies to any OSGeo mailing list through nabble. As a result, you most likely won't see this message appear on nabble's view of any OSGeo mailing list and may only see this message through mailing list archives or depending on your mailing list subscription settings, through daily message digests or automated notifications from the mailing lists.</i></font></div></div></div>