Get the bounding box for the structure element.

 

   

Syntax
 

[C#]
GetBBox(this StructureElementElement element)

[Visual Basic]
GetBBox(this StructureElementElement element)

 

   

Params
 
Name Description
return The bounding box.

 

   

Notes
 

Get the bounding box for the structure element.

Will return null if there is no bounding box.

 

   

Example
 
None.