public void DXFPage( string strDXFFileName, Page oPage, Transformation oTransformation, string strScheme )
public: void DXFPage( String^ strDXFFileName, Page^ oPage, Transformation^ oTransformation, String^ strScheme )
Parameters
| Parameter Name | Description |
|---|---|
| strDXFFileName | Full file name of the CAD drawing to be imported. |
| oPage | Page into which the CAD drawing will be placed. |
| oTransformation | Information about the scaling and the insertion point on the page. |
| strScheme | Name of the scheme used for the import. |