How to get the Map Unit in ArcScene

1766
1
09-11-2013 06:18 PM
juan_marvinwirjomartono
New Contributor III
Hi all,

I want to get the map unit in ArcScene. I can use the IMap.MapUnits if I work in ArcMap. But what is the equivalent of this property in ArcScene?

Thank you.
0 Kudos
1 Reply
AlexanderGray
Occasional Contributor III
It is the same thing.  Scene application is a SxApplication.  It implements IApplication just like ArcMap.  IApplication has a references a document, the document is an SxDocument.  The SxDocument implements ISxDocument (much like IMxDocument.)  The ISxDocument contains a Scene, Scene Implements among others IMap, IMap has mapunits.
0 Kudos