Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ApplicationInstance::validateRequiredExplicitAttrsAssigned Method
Syntax
C++
bool validateRequiredExplicitAttrsAssigned(OdArray<OdDAI::ExplicitAttribute*> & unsetAttrs) const;

Checks whether the instance has unset mandatory attributes and retrieves the list of such attributes.

Parameters
Description
unsetAttrs
[out] An array of pointers to ExplicitAttribute instances which are unset for the application instance.

true if all mandatory attributes of an instance are set; the method returns false if at least one mandatory attribute of an instance is unset.

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