Share

AcDbRasterImageDefReactor::AcDbRasterImageDefReactor

C++

AcDbRasterImageDefReactor();

Description

The constructor for this class is declared protected, so it cannot be accessed directly by most other applications. Instead, create a new object using the following:

AcDbRasterImageDefReactor* pNewReactor = (AcDbRasterImageDefReactor*)(AcDbRasterImageDefReactor::desc()->create());

Links

AcDbRasterImageDefReactor

Was this information helpful?