AutoCAD - Get MText Bounding Box

Good afternoon,

I’m trying to get box geometry around the AutoCAD MText element like so: image

I found this documentation with these methods

I’m just not sure how to use the methods on the COMObject in Python.

I am new to AutoCAD API and so far it seems there are not a lot of resources to learn.

Thanks for any help in advance!

@ericabbott from which Dynamo are you trying to access the MText? you mentioned COM Object, are you trying to access the AutoCAD file from Revit or from Dynamo Sandbox? Because if you are using Dynamo for Civil 3D you have access to the .NET API.