Select to view content in your preferred language

ArcObjects on server

1539
0
03-31-2016 02:01 PM
surikm1
Emerging Contributor


I'm planning to use gis for server.

Part of what I need to do is use arcobjects to calculate z at xy in a tin.

For this I'm doing the following:

                    ITinAdvanced2 Tin = new TinClass();

                    Tin.Init("...");

                    ITinSurface TinSurf = Tin as ITinSurface;

                    var z = TinSurf.GetElevation(some_point);

My question is, what is the implication on the licensing?

Which server edition will I need?

I was hoping to be able to use basic

Thanks

0 Kudos
0 Replies