Close

Relief for ODA Team in Ukraine

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

Checks whether a specified array instances which don't assume optional attributes (i.e. attributes that can't have unset value) have attribute values.

Parameters
Description
aggr
[out] An array of pointers to Attribute instances for attributes which violate constraints.

True if all instances from the array don't contain attributes with unset values; otherwise, the method returns False.

Copyright © 2002-2022. Open Design Alliance All rights reserved.