API Documentation > Interfaces > Interface Spool
Interface Spool

package com.ptc.wfc.wfcAssembly;

public interface
Spool
extends
com.ptc.pfc.pfcObject.Child


Description
Represents Spool in an Assembly.
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Method Summary
String
Get method for attribute "Name"
The name of the Spool.
void
SetName (String value)
Set method for attribute "Name"
The name of the Spool.
Method Detail
GetName
String
GetName
()
SetName
void
SetName
(String value)
The name of the Spool.
User Guide References:
Was this helpful?