API Documentation > Interfaces > Interface CreateNewSimpRepInstructions
Interface CreateNewSimpRepInstructions

package com.ptc.pfc.pfcSimpRep;

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


Description
Subclass of pfcSimpRepInstructions; used to create a new representation.
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcSimpRep.SimpRepInstructions :
Method Summary
String
Get method for attribute "NewSimpName"
Name of the creating representation.
void
SetNewSimpName (String value)
Set method for attribute "NewSimpName"
Name of the creating representation.
Method Detail
GetNewSimpName
String
GetNewSimpName
()
SetNewSimpName
void
SetNewSimpName
(String value)
Name of the creating representation.
User Guide References:
Was this helpful?