Library | Package Java Toolkit

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:
Unit, UnitSystem, NamedModelItem, ModelItem, View, ExternalDataAccess, Model, XSection, Material, DisplayList2D, DisplayList3D, View2D, SelectionBuffer, Window, Dll, Popupmenu, ServerLocation, NonRegisteredServer, Server, AssemblyItem, LineStock, Spool



Method Summary
ParentGetDBParent ()
    Get method for attribute "DBParent"
    The parent feature
OIdGetOId ()
    Get method for attribute "OId"
    The object identifier

Method Detail

GetDBParent

ParentGetDBParent ()


    The parent feature
Manual References:
Creo Object TOOLKIT Java Programming Considerations: Parent-Child Relationships Between Creo Object TOOLKIT Java Objects, Drawings: Drawing View Information, Drawings: Drawing View Information



GetOId

OIdGetOId ()


    The object identifier
Manual References:
Drawings: Drawing View Information