API Reference > Classes > Base Classes > OdBmObject Class > OdBmObject Methods > OdBmObject::getProperties Method
OdBmObject::getProperties Method
Syntax
C++
OdResult getProperties(OdArray<OdTfVariant>& properties) const;
Parameters 
Description 
OdArray<OdTfVariant>& properties 
[out] An array of property values to be returned to a calling subroutine.  

eOk if the properties collection was successfully returned; otherwise, the method returns an appropriate error code.

Retrieves the array of object's properties. 

 

The method fills the passed array with the object's property values and returns it to a calling subroutine.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.