Inheritance diagram for oaHierProp:
Static Public Methods | |
oaHierProp * | create (oaObject *object, const oaString &name) |
For example, you could create a hierarchical property on a design called "constraints" and add properties representing constraints to that HierProp.
Note that calling oaProp::getValue on a hierarchical property will return the constant string "oaHierProp".
Properties are application-defined values that can be added to any managed object in oaDesign, oaTech, and oaWafer databases except for the following paged objects: oaDevice, oaNode, oaParasiticNetwork, and oaSubNetwork.
To create properties on DM Objects, create the corresponding oaDMData object (using oaLibDMData::open, oaCellDMData::open, oaViewDMData::open, or oaCellViewDMData::open), then create properties on that oaDMData object.
See oaProp for a general discussion of properties.
|
This function creates a hierarchical property with the specified name on the specified object. The specified name is checked to verify it is unique for properties on the specified object.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.