Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ApplicationInstance::putAttrWithValidation Method
Syntax
C++
bool putAttrWithValidation(const char* explicitAttrName, const OdRxValue& newValue);

Sets a new value of an attribute specified with its name after the validation is performed.

Parameters
Description
explicitAttrName
[in] An ANSI string that contains the attribute name.
newValue
[in] A new attribute value to be set.

true if the validation was passed and the attribute value was successfully set; otherwise, the method returns false.

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