Share

AcDbEntity::deleteSubentPaths

C++

ACDBCORE2D_PORT ADESK_SEALED_VIRTUAL Acad::ErrorStatus deleteSubentPaths(
    const AcDbFullSubentPathArray& paths
);

Description

Deletes one or more subentities from an entity.

Custom objects which expose subentity behavior can choose to override this method to support erasing subentities from the main entity.

Returns Acad::eOk if successful. The default implementation of this method returns Acad::eNotAvailable.

Parameters

Parameters Description
paths Input an array of AcDbFullSubentPath identifiers to delete from the entity

Links

AcDbEntity

Was this information helpful?