API Reference > Module Database Wrappers > AECCLandDatabase Class > AECCLandDatabase Methods > AECCLandDatabase::GetChildStyleByName Method
AECCLandDatabase::GetChildStyleByName Method
Syntax
C++
OdDbObjectId GetChildStyleByName(const OdDbObjectId& idRootStyle, const OdString& sStyleName) const;
Parameters 
Description 
const OdDbObjectId& idRootStyle 
[in] ID of the root style.  
const OdString& sStyleName 
[in] Name of the child style. 

Child style with the corresponding name.

Gets the child style by name and a root's style ID. 

 

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