Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ApplicationInstance::validateBinaryWidth Method
Syntax
C++
Logical validateBinaryWidth(OdArray<OdDAI::Attribute*>& aggr) const;

Checks whether the instance has binary attributes with incorrect width and retrieves the list of such attributes.

Parameters
Description
aggr
[out] An array of pointers to Attribute instances which have incorrect width for the application instance.
  • true if all attribute binary values have correct width
  • false if any width constraint is violated
  • unknown if the constraint expression evaluation value is unknown or is not defined.
Copyright © 2002-2022. Open Design Alliance All rights reserved.