Select to view content in your preferred language

Esri class hierarchy

897
4
12-08-2013 10:20 AM
JosephJose
Occasional Contributor
Hi

Am some part exposure to esriGIS. Is there a class hierarchy of all classes / interfaces for ArcMap? Remember I encountered some pdfs detailing them stored somewhere in the ArcMap install location.

Thanks
0 Kudos
4 Replies
RichardWatson
Deactivated User
0 Kudos
SeanNakasone
Emerging Contributor
Is there a way to see the class hierarchy from the ArcObjects API Reference that is online?

For example, if you look at SimpleRenderer, http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//001200000sm5000000 , does it show somewhere that it's a subclass of FeatureRenderer ?

I already know about the CartoObjectModel.pdf , which does show a class diagram.
0 Kudos
SeanNakasone
Emerging Contributor
How do we know if ISimpleRenderer extends IFeatureRenderer?  After looking at the online reference and the pdf file, I can't figure it out.  Any suggestions?
0 Kudos
SeanNakasone
Emerging Contributor
never mind.  It does have an "Inherited Interfaces" section in the online reference.

Also, Visual Studio has an object manager that also shows hierarchy.
0 Kudos