API Documentation > Interfaces > Interface Parent
Interface Parent

package com.ptc.pfc.pfcObject;

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


Description
This class specifies a parent object.
Direct Known Subclasses:
User Guide References:
Method Summary
/*cipOptional*/ Child
Retrieves the child of the specified owner as specified by the ID.
Method Detail
GetChild
/*cipOptional*/ Child
GetChild
(OId Id)
Retrieves the child of the specified owner as specified by the ID.
Parameters:
Id
The identifier of the child
Returns:
Was this helpful?