API Documentation > Interfaces > Interface SimpRepCompItemPath
Interface SimpRepCompItemPath

package com.ptc.pfc.pfcSimpRep;

public interface
SimpRepCompItemPath
extends
com.ptc.pfc.pfcSimpRep.SimpRepItemPath


Description
This type of path points to a component.
Method Summary
Get method for attribute "ItemPath"
Path to the item.
void
Set method for attribute "ItemPath"
Path to the item.
Method Detail
GetItemPath
GetItemPath
()
SetItemPath
void
SetItemPath
(intseq value)
Path to the item.
Was this helpful?