C++
ACAD_PORT bool acedShowConstraintBar( AcDbFullSubentPathArray & subentPaths );
File
aced.h
Description
This function is used to show or hide the constraint bars for all constrained entities in the active document.
Parameters
Parameters | Description |
---|---|
bToShow | Sets this to true to show constraint bars, set to false to hide constraint bars. |
Returns
True if successful; otherwise, false.