Share

AcDbEntity::highlightState Method

C++

AcGiHighlightStyle highlightState(
    const AcDbFullSubentPath& subId
);

Description

Provides access to the highlight style of the subentity identified by the subentity path.

Parameters

Parameters Description
subId Input AcDbFullSubentPath that identifies the subentity to get the highlight state

Returns

Returns the highlight style of the subentity.

Links

AcDbEntity

Was this information helpful?