Interface LayerItem
Description
Provides the information of layer item.
Direct Known Subclasses:
WLayer,
WSolidGeometryLayerItem,
WAxis,
WSurface,
WCurve,
WCsys,
WEdge,
WQuilt,
Annotation,
AnnotationElement,
WXSection,
WFeature,
WRefDimension,
WUDFDimension,
WDimension2D,
WNote,
WTable Method Summary
void | |
| Adds the specified item to a layer. |
| |
| Finds all layers containing the given item. |
boolean | |
| 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 | |
Returns the visibility status for the specified layer item.
User Guide References:
Parameters:
View
Returns:
RemoveNoUpdate |
void | RemoveNoUpdate | |
Removes the specified item from the layer and does not do model tree update.
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
Layer
Returns:
Finds all layers containing the given item.
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
Drawing
Returns:
AddNoUpdate |
void | AddNoUpdate | |
Adds the specified item to a layer.
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
Layer
Returns: