Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
sdaiValidateStringWidth Function
Syntax
C++
DAI_EXPORT SdaiLogical sdaiValidateStringWidth(SdaiAppInstance appInstance, SdaiNPL list);

Validates whether all STRING-valued attributes of the specified application instance are of a valid width. Retrieves the non-persistent list of attributes with invalid width, if found.

Parameters
Description
appInstance
[in] Identifier of the application instance to be validated.
list
[out] An identifier of a pre-existing NPL to which the SdaiAttr identifiers of those attributes are appended that do not conform to the validation.
  • sdaiTRUE if attributes with invalid width are not found.
  • sdaiFALSE if such attributes are found.
  • sdaiUNKNOWN if an error is encountered.

File: sdai.h

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