BlockView-DisplayBlockToScale (View)

Function Name dcl-BlockView-DisplayBlockToScale
Syntax   (dcl-BlockView-DisplayBlockToScale <CONTROL> BlockName [as String] {View [as Integer]} {ZoomFactor [as Float]})
Return Type Boolean (T if successful; otherwise NIL)
Applies To Block View

This method displays the named block from the current drawing or from a preloaded drawing at an exact scale. The View argument determines the view direction (top view if the argument is omitted). ZoomFactor sets the zoom factor for the view, in AutoCAD units per pixel. A ZoomFactor of zero displays the block 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