API Documentation > Interfaces > Interface SubstituteComponent
Interface SubstituteComponent

package com.ptc.wfc.wfcAssembly;

public interface
SubstituteComponent
extends
jxobject


Description
Specifies the component path and component feature handle of the substituted component.
User Guide References:
Method Summary
Get method for attribute "SubCompFeat"
The component feature handle of substituted component.
Get method for attribute "SubCompPath"
The component path of substituted component.
Method Detail
GetSubCompPath
GetSubCompPath
()
The component path of substituted component.
User Guide References:
GetSubCompFeat
GetSubCompFeat
()
The component feature handle of substituted component.
User Guide References:
Was this helpful?