Parameters |
Description |
OdDb::Visibility visibility |
[in] Visibility status. |
bool doSubents = true |
[in] If and only if true, applies the change to all sub-entities owned by this entity. |
Returns eOk if successful, or an appropriate error code if not.
visibility must be one of the following:
Name |
Value |
OdDb::kInvisible |
1 |
OdDb::kVisible |
0 |
Sets the visibility status of this entity (DXF 60).
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|