C++
Acad::ErrorStatus setCroppingInvert( bool invert );
Description
Sets whether or not cropping is currently inverted on this entity.
Parameters
Parameters | Description |
---|---|
invert | true: invert current cropping, false: don't invert. |
Returns
Returns Acad::eOk if successful or Acad::eNotApplicable otherwise.