API Documentation > Interfaces > Interface LayerItem
Interface LayerItem

package com.ptc.wfc.wfcLayerState;

public interface
LayerItem
extends
com.ptc.pfc.pfcObject.Object


Description
Provides the information of layer item.
Direct Known Subclasses:
Method Summary
void
Adds the specified item to a layer.
GetLayers ( /*optional*/ Drawing Drawing)
Finds all layers containing the given item.
boolean
IsLayerItemVisible ( /*optional*/ View View)
Returns the visibility status for the specified layer item.
void
Removes the specified item from the layer and does not do model tree update.
Method Detail
IsLayerItemVisible
boolean
IsLayerItemVisible
( /*optional*/ View View)
Returns the visibility status for the specified layer item.
User Guide References:
Parameters:
View
Returns:
RemoveNoUpdate
void
RemoveNoUpdate
(Layer Layer)
Removes the specified item from the layer and does not do model tree update.
Exceptions thrown (but not limited to):
XToolkitNotFound - The specified layer was not found.
XToolkitInvalidName - You specified an invalid layer name.
XToolkitInvalidType - You specified an invalid layer item type.
User Guide References:
Parameters:
Layer
Returns:
GetLayers
GetLayers
( /*optional*/ Drawing Drawing)
Finds all layers containing the given item.
Exceptions thrown (but not limited to):
XToolkitNotFound - The item is not found on any layers in the designated model.
User Guide References:
Parameters:
Drawing
Returns:
AddNoUpdate
void
AddNoUpdate
(Layer Layer)
Adds the specified item to a layer.
Exceptions thrown (but not limited to):
XToolkitInvalidName - You specified an invalid layer name.
XToolkitInvalidType - You specified an invalid type in the ProLayerItem structure.
User Guide References:
Parameters:
Layer
Returns:
Was this helpful?