API Reference > OdRx Classes > OdRxAttributeCollection Class > OdRxAttributeCollection Methods > get Method > OdRxAttributeCollection::get Method (OdRxClass*)
OdRxAttributeCollection::get Method (OdRxClass*)
Syntax
C++
const OdRxAttribute* get(const OdRxClass* type) const;
Parameters 
Description 
const OdRxClass* type 
[in] Class of the attribute to be found.
 

Pointer to the attribute of the given class.

Finds the attribute of the given class in the collection (constant version). 

 

Returns 0 if the attribute of the given class in the collection is not found.

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