Set Level Extents

I’m using the Level.ByElevationAndName node to create a new Level.
The new Level comes in with extents that don’t match the other Levels already in my project. Is there a node or parameter I can use to set the extents of the new Level?
I’m looking for something like Revit’s right-click Level; Maximize 3D Extents function.
I don’t even see the Extents in any Level’s Properties.

It takes a little bit of Python, but it’s actually a very easy method to implement.
http://www.revitapidocs.com/2018/231447e9-0963-fe1d-8177-d8ac136f835d.htm

Using the Maximize3DExtents method needs to be run on the DatumPlane object which is from the Level object. Using this method yields two different results, perhaps one of them is what you are looking for. see image and let me know if you have any other questions.