API Reference > Auxiliary Classes > AECCVariantArray Class > AECCVariantArray Methods > AECCVariantArray::LocateCustomProperty Method
AECCVariantArray::LocateCustomProperty Method
Syntax
C++
bool LocateCustomProperty(const OdString& strCustomPropId, AECCVariant& vResult) const;
Parameters 
Description 
const OdString& strCustomPropId 
[in] Custom property ID.  
AECCVariant& vResult 
[out] Resulting value. 

True if the custom property with the specified ID is found. False otherwise.

Gets the custom property with a specified ID. 

 

Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.