C++
ACDBCORE2D_PORT ADESK_SEALED_VIRTUAL bool isContentSnappable() const;
Description
For objects that use a block definition to draw their content, this function tells the host application not to investigate the constituent objects for osnap points (i.e. only use osnaps returned by the top level object). This function is not called for objects that do not delegate to block definition in their worldDraw implementation
Returns
TRUE if the blockdef it to be investigated for osnaps; otherwise FALSE.