Eyeshot 9.0 WinForms API Reference
EstimateBoundingBox Method (BlockReference)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > BlockReference Class : EstimateBoundingBox Method
Syntax
'Declaration
 
Public Overrides Function EstimateBoundingBox( _
   ByVal layerList As LayerList, _
   ByVal blocks As Dictionary(Of String,Block) _
) As Point3D()
public override Point3D[] EstimateBoundingBox( 
   LayerList layerList,
   Dictionary<string,Block> blocks
)

Parameters

layerList
blocks
See Also

Reference

BlockReference Class
BlockReference Members