System.Object
   Eplan.EplApi.HEServices.Transformation
System.Object
   Eplan.EplApi.HEServices.Transformation
Import oImport = new Import(); Transformation oTransformation = new Transformation(); oTransformation.XOffset = 80; oTransformation.XScale = 0.1; oTransformation.YOffset = 60; oTransformation.YScale = 0.1; oImport.DXFPage("$(MD_DXFDWG)\\test_6c.dxf", m_oProject.Pages[5], oTransformation, "");
| Name | Description | |
|---|---|---|
|  | Transformation Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | DrawingLimit | Get drawing limits | 
|  | Height | Get height of imported element | 
|  | Width | Get width of imported element | 
|  | XOffset | Set offset in x-direction | 
|  | XScale | Set scaling in x-direction | 
|  | XScaleRef | Set scaling reference in x-direction | 
|  | YOffset | Set offset in y-direction | 
|  | YScale | Set scaling in y-direction | 
|  | YScaleRef | Set scaling reference in y-direction |