API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::customProperties Method
OdDbBlockPropertiesTable::customProperties Method
Syntax
C++
OdDbObjectId customProperties(int column) const;
Parameters 
Description 
int column 
[in] Column index.  

The ID of the custom properties.

column properties

  • details Gets the ID of the custom properties.

 

The ID of the custom properties is optional. The default value is NULL. Throws the eInvalidIndex exception if the column index is not valid.

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