Share

AcAxMirror

C++

HRESULT AXAUTOEXP AcAxMirror(
    AcAxObjectRef& objRef, 
    LPDISPATCH pAppDisp, 
    VARIANT point1, 
    VARIANT point2, 
    LPDISPATCH* pMirrorObj
);

File

axboiler.h

Description

Mirrors the specified object.

This function supports only database resident objects and returns an error if invoked on a non-database-resident object. Otherwise, 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 mirror
pAppDisp IDispatch of the Application object being used
point1 VARIANT containing a SAFEARRAY of doubles (VT_R8)
point2 VARIANT containing a SAFEARRAY of doubles (VT_R8)
pMirrorObj Pointer to IDispatch that will be populated with the IDispatch* representing the new object created and appended to the database

Was this information helpful?