API Documentation > Interfaces > Interface RetrieveExistingSimpRepInstructions
Interface RetrieveExistingSimpRepInstructions

package com.ptc.pfc.pfcSimpRep;

public interface
RetrieveExistingSimpRepInstructions
extends
com.ptc.pfc.pfcSimpRep.SimpRepInstructions


Description
Used to retrieve an existing simplified representation of an assembly.
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcSimpRep.SimpRepInstructions :
Method Summary
String
Get method for attribute "ExistSimpName"
Name of the existing representation.
void
SetExistSimpName (String value)
Set method for attribute "ExistSimpName"
Name of the existing representation.
Method Detail
GetExistSimpName
String
GetExistSimpName
()
SetExistSimpName
void
SetExistSimpName
(String value)
Name of the existing representation.
Was this helpful?