Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
TA.Fehr
in reply to: adam.nagy

I tried using the arguments posted above, and I'm able to create a dxf using the DataIO output command. However, the commands contained display everything in the dxf in the same way as  simply calling 

Dim sOut As String
        sOut = "FLAT PATTERN DXF?AcadVersion=2000&OuterProfileLayer=IV_INTERIOR_PROFILES"
        oDataIO.WriteDataToFile(sOut, DXFSource)

I tried renaming the command 

&TangentLayer=IV_TANGENT

To

&TangentLayer=False

 But this only changes the layer name.

 

is there a way to remove specific layers from being output to the dxf file using this method? I opened the xml file but I have no idea how to read it in relation to writing vb.net code.