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. Returns 0 if not found.

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

 

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