API Documentation > Interfaces > Interface StyleState
Interface StyleState

package com.ptc.wfc.wfcCombState;

public interface
StyleState
extends
com.ptc.wfc.wfcModelItem.WModelItem


Description
Represent Style State in the Solid
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem :
Method Summary
boolean
Determines if the specified style state is default
Method Detail
IsStyleStateDefault
boolean
IsStyleStateDefault
()
Determines if the specified style state is default
User Guide References:
Returns:
xtrue if the style state is the Default xfalse otherwise.
Was this helpful?