Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbUnderlayReference::subSetAttributes Method
Syntax
C++
virtual OdUInt32 subSetAttributes(OdGiDrawableTraits* traits) const;

Sets the values of this object's subentity traits, and returns with the calling object's subentity traits. 

 

Parameters
Description
pTraits
[in] Pointer to the OdGiDrawableTraits object to be set.

When overriding subSetAttributes(), you must OR (|) the return value of ::subSetAttributes(pTraits) with any flags you add. 

A derived class may not remove flags for any reason. 

The default implementation does nothing but returns kDrawableNone. This function can be overridden in custom classes.

Copyright © 2002-2022. Open Design Alliance All rights reserved.