API Documentation > Interfaces > Interface Child
Interface Child

package com.ptc.pfc.pfcObject;

public interface
Child
extends
com.ptc.pfc.pfcObject.Object


Description
Describes a child feature.
Some examples of parent-child relationships: Parent Child --------|-------- Session | Model Session | Window Model | ModelItem Solid | Feature Model | Parameter
Direct Known Subclasses:
Method Summary
Get method for attribute "DBParent"
The parent feature
Get method for attribute "OId"
The object identifier
Method Detail
GetDBParent
GetDBParent
()
The parent feature
Manual References:
GetOId
GetOId
()
The object identifier
Manual References:
Was this helpful?