C++
ACAD_PORT bool acedShowConstraintBarForAll( bool bToShow );
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 | Set this to true to show constraint bar; set to false to hide constraint bars. |
Returns
True if successful; otherwise, false.