API Reference > Classes > OdTf Classes > OdTfPropertiesContainer Class > OdTfPropertiesContainer Methods > OdTfPropertiesContainer::unique Method (OdString&)
OdTfPropertiesContainer::unique Method (OdString&)
Syntax
C++
virtual bool unique(const OdString& name) const = 0;
Parameters 
Description 
pProp 
[in] A property object's name.  

Returns true if the property object is found in the container and is unique; otherwise returns false.

Retrieves the uniqueness flag value for a property specified with its name. The uniqueness flag value is equal to true if the property object is unique in the container; otherwise the flag value is equal to false.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.