API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::setCustomProperties Method
OdDbBlockPropertiesTable::setCustomProperties Method
Syntax
C++
void setCustomProperties(int column, const OdDbObjectId& id);
Parameters 
Description 
int column 
[in] Column index.  
const OdDbObjectId& id 
[in] ID of the custom properties. 

Sets the ID of the custom properties. 

 

Throws the eInvalidIndex exception if the column index is not valid.

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