| SoLDMReaderGetBbox Method  | 
Returns the bounding box of the data associated with the specified file ID. 
 
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic virtual bool GetBbox(
	int fileId,
	out SbBox3f box
)
Public Overridable Function GetBbox ( 
	fileId As Integer,
	<OutAttribute> ByRef box As SbBox3f
) As Boolean
public:
virtual bool GetBbox(
	int fileId, 
	[OutAttribute] SbBox3f% box
)
abstract GetBbox : 
        fileId : int * 
        box : SbBox3f byref -> bool 
override GetBbox : 
        fileId : int * 
        box : SbBox3f byref -> bool Parameters
- fileId
 - Type: SystemInt32
 - box
 - Type: OIV.InventorSbBox3f
 
Return Value
Type: 
Boolean
RemarksThe file ID corresponds to the tile ID in an LDM data file. If returns false, not supported. 
See Also