How to get the height of an object in Unity3d?

when import a model from a file outside, how to get the exactly height of an object in the local space or in the world space ?

The closest I can think of is Bounds.size.y

This will only get you the height of the bounding box, though, but that should be fairly close to the actual height.