how to add extruded features to globe

2061
1
05-22-2011 10:30 PM
srinivasreddy
New Contributor III
I am trying to extrude the features individually from arcglobe, Here i am using the following method

IExtrude pextrued=new GeometryEnvironmentClass();
outgeometry=pextrude.extrude(100, ingeometry)

like this i am trying to extrude each feature with different value.But it is giving outgeometry, instead i want to extrude same ingeometry and i want to see the result in arcGlobe.After that i wnat to publish it into server ,here i am using 9.3.1, Then what i have to do...

Help me ...

Thanks...
0 Kudos
1 Reply
NeilClemmons
Regular Contributor III
I'm not sure what you're doing will even work.  The most common way to extrude features in a layer is to add a field to the feature class that contains the extrusion value for each feature.  Then set the layer to extrude on that field through the layer properties dialog.
0 Kudos