Share

AcAxScaleEntity

C++

HRESULT AXAUTOEXP AcAxScaleEntity(
    AcAxObjectRef& objRef, 
    VARIANT basePoint, 
    double scaleFactor
);

File

axboiler.h

Description

Scales 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 to scale
basePoint VARIANT containing a SAFEARRAY of doubles (VT_R8)
scaleFactor Input scale factor

Was this information helpful?