BlockView_DisplayDwg (View)

Funktionsname dcl_BlockView_DisplayDwg
Syntax   (dcl_BlockView_DisplayDwg <CONTROL> DwgFileName [as String] {View [as Integer]} {ZoomFactor [as Float]})
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf Block View

This method displays a drawing file. The View argument determines the view direction. ZoomFactor sets the zoom factor for the view.  Larger values for ZoomFactor display the drawing at a larger scale, with a factor of 1.0 displaying the drawing zoomed to its extents (the default if the argument is omitted).

View View Direction
0 Top
1 Bottom
2 Right
3 Left
4 Front
5 Back
6 SW isometric
7 SE isometric
8 NW isometric
9 NE isometric