Insert DXF/DWG Wizard API Form Controls

Hello, I'm wondering if anyone has figured out a way to adjust the settings in the .DXF/.DWG import wizard in a macro. When I record a macro it records the following line:

Set myFeature = Part.FeatureManager.InsertDwgOrDxfFile()

However, it doesn't record any settings I make within the wizard dialog. Does anyone know how to toggle it from All Layers to Selected Layers and toggle off certain layers in the macro?

SolidworksApi macros