API: How do I retrieve the quantity override value from an existing BOM balloon?

I am trying to read the quantity override value of an existing BOM balloon in a Drawing document, highlighted below:

  • An IBalloonOptions object allows you set this value and pass it to IModelDocExtension::InsertBOMBalloon2 which returns a Note, but this is for creating a new BOM Balloon.
  • The INote interface does not provide an obvious way to access the balloon options that created it.  Does anyone know how to do this?

Message was edited by: Michael PretekinEdited to clarify question

SolidworksApi macros