| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | AddNoUpdate
(Layer Layer)
Adds the specified item to a layer. |
| Layers | 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 | RemoveNoUpdate
(Layer Layer)
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.
|
| 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.
|
| GetLayers |
|---|
| Layers | 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.
|
| 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.
|