API Reference > Classes > OdTf Classes > OdTfPropertiesContainer Class > OdTfPropertiesContainer Methods > OdTfPropertiesContainer::contains Method
OdTfPropertiesContainer::contains Method
Syntax
C++
virtual bool contains(const OdTfProperty* pProp) const = 0;
Parameters 
Description 
const OdTfProperty* pProp 
[in] A pointer to a property object to search for.  

Returns true if the specified property is found in the container; otherwise returns false.

Retrieves whether the container contains a specified property.

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