C++
Acad::ErrorStatus setPropertiesFrom( const AcDbEntity* pEntity, Adesk::Boolean doSubents = true );
Description
This method copies the
- Color
- Layer
- Linetype
- Linetype scale
- Visibility
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
pEntity | Input entity from which to copy the properties |
doSubents | Input Boolean indicating whether to propagate the change to any subentities the entity may own |