Close

Relief for ODA Team in Ukraine

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

Checks whether each entity instance that represents the value of a specified instance attribute has a valid entity data type.

Parameters
Description
aggr
[out] An array of pointers to Attribute instances for attributes which violate any constraint.
  • true if all entity-valued attributes have instance values of a correct type.
  • false if any entity-valued attribute has an instance value of an incorrect type.
  • unknown if any required explicit attribute value is unset that could reference an entity instance.
Copyright © 2002-2022. Open Design Alliance All rights reserved.