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

The true value if the specified column is angular, or false otherwise.

Checks whether the specified column is angular. 

 

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

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