Share

AcAxGetBoundingBox

C++

HRESULT AXAUTOEXP AcAxGetBoundingBox(
    AcAxObjectRef& objRef, 
    VARIANT* minPoint, 
    VARIANT* maxPoint
);

File

axboiler.h

Description

Gets the bounding box of the specified object.

Except for the datatype of the first parameter, this function is identical to the overload that takes an object ID parameter.

Parameters

Parameters Description
objRef Input object reference of object for which to get the bounding box
minPoint VARIANT containing a SAFEARRAY of doubles (VT_R8)
maxPoint VARIANT containing a SAFEARRAY of doubles (VT_R8)

Was this information helpful?