Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmESSchemaBuilder::isAcceptableName Method
Syntax
C++
static bool isAcceptableName(const OdString&);

Checks whether a string is an acceptable name for a Schema or a Field.

True if the name is acceptable.

For interoperability, names are required to be usable as C++ identifiers. The allowable characters are ASCII letters, numbers (except the first character) and underscore. The length must be between 1 and 247 characters.

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