User's Guide > ModelItem > Layer Objects
Layer Objects
 
In Creo Object TOOLKIT C++, layers are instances of ModelItem. The following sections describe how to get layer objects and the operations you can perform on them.
Getting Layer Objects
Method Introduced:
The method pfcModel::CreateLayer returns a new layer with the name you specify.
See the section Getting ModelItem Objects for other methods that can return layer objects.
Was this helpful?